summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-06-20 22:31:55 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-06-20 22:31:55 (GMT)
commit84e33c84315a1883914e29035880999f64339da0 (patch)
tree1b72c28711962e3d96952d4cc5e743a7b9c139ba /Doc/whatsnew
parent7aed567f2b99c7fa738ce875b4adc36c5cf32622 (diff)
downloadcpython-84e33c84315a1883914e29035880999f64339da0.zip
cpython-84e33c84315a1883914e29035880999f64339da0.tar.gz
cpython-84e33c84315a1883914e29035880999f64339da0.tar.bz2
whatsnew/3.4: mention the new enum module, PEP 435
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index ec8429b..4d93707 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.