diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-07 09:55:02 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-07 09:55:02 (GMT) |
commit | 2c1ecc300e1474851be46e26f79dde413157c706 (patch) | |
tree | cb11de9960e44161d96da12f43239ec1eccdda00 | |
parent | c2c7c373778967c084a060c4e313cff04146db66 (diff) | |
download | cpython-2c1ecc300e1474851be46e26f79dde413157c706.zip cpython-2c1ecc300e1474851be46e26f79dde413157c706.tar.gz cpython-2c1ecc300e1474851be46e26f79dde413157c706.tar.bz2 |
Martin's name with Unicode.
-rw-r--r-- | Doc/whatsnew/3.2.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 9132acf..b2fea5d 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -48,6 +48,9 @@ when researching a change. This article explains the new features in Python 3.2, compared to 3.1. +It focuses on a few highlights and gives a few examples. For full details, +see the :file:`Misc/NEWS` file. + PEP 384: Defining a Stable ABI ============================== @@ -70,7 +73,7 @@ need to be recompiled for every feature release. .. seealso:: :pep:`384` - Defining a Stable ABI - PEP written by Martin von Loewis. + PEP written by Martin von Löwis. PEP 389: Argparse Command Line Parsing Module ============================================= |