diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-30 06:38:44 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-30 06:38:44 (GMT) |
commit | ed4187745955e912caf8d23ed8a212a16eae2f71 (patch) | |
tree | ef419017ff28900799b625e5e41353a8021e6ed5 | |
parent | 01c671a07cd2b5053617e5fb6093761ae6222127 (diff) | |
parent | cfb181859a9ed4a7606a72c3ab78331c9e21bcdd (diff) | |
download | cpython-ed4187745955e912caf8d23ed8a212a16eae2f71.zip cpython-ed4187745955e912caf8d23ed8a212a16eae2f71.tar.gz cpython-ed4187745955e912caf8d23ed8a212a16eae2f71.tar.bz2 |
Merge What's New fix from 3.3
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 4e62595..b84d7b6 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -51,7 +51,7 @@ see the :source:`Misc/NEWS` file. .. seealso:: - :pep:`398` - Python 3.2 Release Schedule + :pep:`398` - Python 3.3 Release Schedule Summary -- Release highlights |