@@ -1095,20 +1095,23 @@ Unicode
10951095Python has been updated to Unicode 6.0.0. The new features of the
10961096Unicode Standard that will affect Python users include:
10971097
1098- * adds 2,088 characters, including over 1,000 additional symbols—chief
1099- among them the additional emoji symbols, which are especially
1100- important for mobile phones;
1098+ * addition of 2,088 characters, including over 1,000 additional
1099+ symbols—chief among them the additional emoji symbols, which are
1100+ especially important for mobile phones;
11011101
1102- * corrects character properties for existing characters including
1102+ * changes to character properties for existing characters including
11031103
11041104 - a general category change to two Kannada characters (U+0CF1,
11051105 U+0CF2), which has the effect of making them newly eligible for
11061106 inclusion in identifiers;
11071107
11081108 - a general category change to one New Tai Lue numeric character
1109- (U+19DA), which would have the effect of disqualifying it from
1110- inclusion in identifiers unless grandfathering measures are in place
1111- for the defining identifier syntax.
1109+ (U+19DA), which has the effect of disqualifying it from
1110+ inclusion in identifiers.
1111+
1112+ For more information, see `Unicode Character Database Changes
1113+ <http://www.unicode.org/versions/Unicode6.0.0/#Database_Changes> `_
1114+ at the `Unicode Consortium <http://www.unicode.org/ >`_ web site.
11121115
11131116The :mod: `os ` module has two new functions: :func: `~os.fsencode ` and
11141117:func: `~os.fsdecode `. Add :data: `os.environb `: bytes version of
0 commit comments