From: Georg Brandl Date: Fri, 3 Sep 2010 22:20:58 +0000 (+0000) Subject: Make PEP section a bit less ugly and at least list implemented PEPs. X-Git-Tag: v3.2a2~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f11c6c46ac9efad01dc05a4a1932be7b5f18fc66;p=thirdparty%2FPython%2Fcpython.git Make PEP section a bit less ugly and at least list implemented PEPs. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index bf65545cc920..1ba9988d2d26 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