diff options
author | Raymond Hettinger <python@rcn.com> | 2010-12-02 01:38:25 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-12-02 01:38:25 (GMT) |
commit | c74d518e73c1e209abc5dd1d39371dff3d3e8f36 (patch) | |
tree | be2cb3d9cb2538490cebc66282d6d2561d0fe553 /Doc/whatsnew | |
parent | f546e7035f75608aa6fde6f6a84fe7c773c6626d (diff) | |
download | cpython-c74d518e73c1e209abc5dd1d39371dff3d3e8f36.zip cpython-c74d518e73c1e209abc5dd1d39371dff3d3e8f36.tar.gz cpython-c74d518e73c1e209abc5dd1d39371dff3d3e8f36.tar.bz2 |
Fix markup
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 301f122..7184f62 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -665,18 +665,19 @@ Python has been updated to Unicode 6.0.0. The new features of the 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 |