From: Victor Stinner Date: Thu, 20 Jun 2013 22:31:55 +0000 (+0200) Subject: whatsnew/3.4: mention the new enum module, PEP 435 X-Git-Tag: v3.4.0a1~443 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84e33c84315a1883914e29035880999f64339da0;p=thirdparty%2FPython%2Fcpython.git whatsnew/3.4: mention the new enum module, PEP 435 --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index ec8429ba5695..4d93707ea7ef 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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.