diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-12-04 13:49:32 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-12-04 13:49:32 (GMT) |
commit | 932e49e3946901f3e2d05f25e407b6be84dac161 (patch) | |
tree | 01dd277354111b1992e2a733dcc162e34508855e /Doc | |
parent | 535c0773a5df9ffbb47861e880e11c27a1282314 (diff) | |
download | cpython-932e49e3946901f3e2d05f25e407b6be84dac161.zip cpython-932e49e3946901f3e2d05f25e407b6be84dac161.tar.gz cpython-932e49e3946901f3e2d05f25e407b6be84dac161.tar.bz2 |
Fix PEP number.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 8d0f0f5..f66f8f3 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -49,7 +49,7 @@ This article explains the new features in Python 3.2, compared to 3.1. -PEP 382: Defining a Stable ABI +PEP 384: Defining a Stable ABI ============================== In the past, extension modules built for one Python version were often |