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

This commit is contained in:
Victor Stinner 2013-06-21 00:31:55 +02:00
parent 7aed567f2b
commit 84e33c8431
1 changed files with 2 additions and 2 deletions

View File

@ -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.
exceptions now.