summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-03 22:20:58 (GMT)
committerGeorg Brandl <georg@python.org>2010-09-03 22:20:58 (GMT)
commitf11c6c46ac9efad01dc05a4a1932be7b5f18fc66 (patch)
tree7a19ef6f26c99cd803bbcafb0a3b25c482a0812b /Doc
parentde7d83433926c1802cd90a1727044fc1da998571 (diff)
downloadcpython-f11c6c46ac9efad01dc05a4a1932be7b5f18fc66.zip
cpython-f11c6c46ac9efad01dc05a4a1932be7b5f18fc66.tar.gz
cpython-f11c6c46ac9efad01dc05a4a1932be7b5f18fc66.tar.bz2
Make PEP section a bit less ugly and at least list implemented PEPs.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index bf65545..1ba9988 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -51,8 +51,13 @@
This article explains the new features in Python 3.2, compared to 3.1.
-PEP XXX: Stub
-=============
+PEPs
+====
+
+Implemented PEPs:
+
+* :pep:`3147`
+* :pep:`3149`
Other Language Changes