Commit 76a98ea9 authored by Victor Stinner's avatar Victor Stinner

whatsnew/3.4: mention the new enum module, PEP 435

parent b2152694
......@@ -90,7 +90,7 @@ New syntax features:
New library modules:
* None yet.
* :mod:`enum`: Implementation of the :pep:`435`.
New built-in features:
......@@ -290,4 +290,4 @@ that may require changes to your code.
felt to be over-reaching/overloading of that meaning when the source code is
found but improperly structured. If you were catching ImportError before and
wish to continue to ignore syntax or decoding issues, catch all three
exceptions now.
\ No newline at end of file
exceptions now.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment