diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-21 20:09:55 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-21 20:09:55 (GMT) |
commit | 6778fa9b2ad10ead5e425afae13ee41ff9e1ca1b (patch) | |
tree | 823bbb3d1c506a9674619bac9b096b73f2d5ffec /Doc | |
parent | 8ebe27f30012ad1858edf41a0ee0be16ff70127b (diff) | |
download | cpython-6778fa9b2ad10ead5e425afae13ee41ff9e1ca1b.zip cpython-6778fa9b2ad10ead5e425afae13ee41ff9e1ca1b.tar.gz cpython-6778fa9b2ad10ead5e425afae13ee41ff9e1ca1b.tar.bz2 |
Reference the release schedule
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 5efb1f5..3aa3354 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -51,6 +51,9 @@ This article explains the new features in Python 3.2 as compared to 3.1. It focuses on a few highlights and gives a few examples. For full details, see the :source:`Misc/NEWS <Misc/NEWS>` file. +.. seealso:: + + :pep:`392` - Python 3.2 Release Schedule PEP 384: Defining a Stable ABI ============================== |