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

raymond.hettinger python-checkins at python.org
Thu Dec 2 02:38:31 CET 2010


Author: raymond.hettinger
Date: Thu Dec  2 02:38:25 2010
New Revision: 86923

Log:
Fix markup

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	Thu Dec  2 02:38:25 2010
@@ -665,18 +665,19 @@
 Unicode Standard that will affect Python users include:
 
 * adds 2,088 characters, including over 1,000 additional symbols—chief
-among them the additional emoji symbols, which are especially
-important for mobile phones;
+  among them the additional emoji symbols, which are especially
+  important for mobile phones;
 
 * corrects character properties for existing characters including
- - a general category change to two Kannada characters (U+0CF1,
-U+0CF2), which has the effect of making them newly eligible for
-inclusion in identifiers;
-
- - a general category change to one New Tai Lue numeric character
-(U+19DA), which would have the effect of disqualifying it from
-inclusion in identifiers unless grandfathering measures are in place
-for the defining identifier syntax.
+
+  - a general category change to two Kannada characters (U+0CF1,
+    U+0CF2), which has the effect of making them newly eligible for
+    inclusion in identifiers;
+
+  - a general category change to one New Tai Lue numeric character
+    (U+19DA), which would have the effect of disqualifying it from
+    inclusion in identifiers unless grandfathering measures are in place
+    for the defining identifier syntax.
 
 The :mod:`os` module has two new functions: :func:`~os.fsencode` and
 :func:`~os.fsdecode`. Add :data:`os.environb`: bytes version of


More information about the Python-checkins mailing list