]> granicus.if.org Git - python/commitdiff
whatsnew/3.4: mention the new enum module, PEP 435
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Jun 2013 22:31:55 +0000 (00:31 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 20 Jun 2013 22:31:55 +0000 (00:31 +0200)
Doc/whatsnew/3.4.rst

index ec8429ba569528e1695fd5aebf5eb23d11e319d5..4d93707ea7ef7555d6ebb015211b773b126b71cf 100644 (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.
\ No newline at end of file
+  exceptions now.