summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-06-23 05:31:08 (GMT)
committerGitHub <noreply@github.com>2017-06-23 05:31:08 (GMT)
commit279a96206f3118a482d10826a1e32b272db4505d (patch)
treedc542b2e2764d146093fdcf1fb5590c1e190d553 /Doc/library/stdtypes.rst
parentb066edfb1b268e90ea11f45dd1827f46d7ceec88 (diff)
downloadcpython-279a96206f3118a482d10826a1e32b272db4505d.zip
cpython-279a96206f3118a482d10826a1e32b272db4505d.tar.gz
cpython-279a96206f3118a482d10826a1e32b272db4505d.tar.bz2
bpo-30736: upgrade to Unicode 10.0 (#2344)
Straightforward. While we're at it, though, strip trailing whitespace from generated tables.
Diffstat (limited to 'Doc/library/stdtypes.rst')
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 24762b1..e0691c7 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -354,7 +354,7 @@ Notes:
The numeric literals accepted include the digits ``0`` to ``9`` or any
Unicode equivalent (code points with the ``Nd`` property).
- See http://www.unicode.org/Public/8.0.0/ucd/extracted/DerivedNumericType.txt
+ See http://www.unicode.org/Public/10.0.0/ucd/extracted/DerivedNumericType.txt
for a complete list of code points with the ``Nd`` property.