[Python-checkins] r87116 - python/branches/py3k/Doc/whatsnew/3.2.rst

raymond.hettinger python-checkins at python.org
Tue Dec 7 10:55:02 CET 2010


Author: raymond.hettinger
Date: Tue Dec  7 10:55:02 2010
New Revision: 87116

Log:
Martin's name with Unicode.


Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Tue Dec  7 10:55:02 2010
@@ -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 @@
 .. 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
 =============================================


More information about the Python-checkins mailing list