diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2015-07-03 09:49:15 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2015-07-03 09:49:15 (GMT) |
commit | 2ab5b092e5a82390c236708b7c163a32dfc928a1 (patch) | |
tree | 68694135ddd84b1cfd70025d53ca0313bf72b905 /Doc/whatsnew | |
parent | ccc897f839a4f1140b760169c6cb0840ec6a182a (diff) | |
download | cpython-2ab5b092e5a82390c236708b7c163a32dfc928a1.zip cpython-2ab5b092e5a82390c236708b7c163a32dfc928a1.tar.gz cpython-2ab5b092e5a82390c236708b7c163a32dfc928a1.tar.bz2 |
Close #24458: PEP 489 documentation
Patch by Petr Viktorin.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index b73c80d..3239ce5 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -283,7 +283,7 @@ two step module loading mechanism introduced by :pep:`451` in Python 3.4. This change brings the import semantics of extension modules that opt-in to using the new mechanism much closer to those of Python source and bytecode -modules, including the ability to any valid identifier as a module name, +modules, including the ability to use any valid identifier as a module name, rather than being restricted to ASCII. .. seealso:: @@ -763,7 +763,7 @@ unicodedata ----------- * The :mod:`unicodedata` module now uses data from `Unicode 8.0.0 -<http://unicode.org/versions/Unicode8.0.0/>`_. + <http://unicode.org/versions/Unicode8.0.0/>`_. wsgiref |