diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-10-09 08:38:19 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-10-09 08:38:19 (GMT) |
commit | fa0423b271f2c78272cbf22642e365f3acf73c2f (patch) | |
tree | 89afea714d1ce62dfe24feba9ca078ce8a9bc84c /Doc/whatsnew/3.5.rst | |
parent | d7b68f30a72f5eea81e4df965639631ee6575de8 (diff) | |
download | cpython-fa0423b271f2c78272cbf22642e365f3acf73c2f.zip cpython-fa0423b271f2c78272cbf22642e365f3acf73c2f.tar.gz cpython-fa0423b271f2c78272cbf22642e365f3acf73c2f.tar.bz2 |
whatsnew: Add PEP 478.
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 4530a13..8ac44a0 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -56,7 +56,7 @@ For full details, see the :source:`Misc/NEWS` file. .. seealso:: - .. :pep:`4XX` - Python 3.5 Release Schedule + :pep:`478` - Python 3.5 Release Schedule Summary -- Release highlights |