diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-16 00:12:17 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-16 00:12:17 (GMT) |
commit | d7d9a44226560e411467a1156be3a8c456cd9832 (patch) | |
tree | 038e74a7763d0caf9ba291342e97c3c856808e16 | |
parent | def5df6c537224ec4215061c7abe2b54b75cfad2 (diff) | |
download | cpython-d7d9a44226560e411467a1156be3a8c456cd9832.zip cpython-d7d9a44226560e411467a1156be3a8c456cd9832.tar.gz cpython-d7d9a44226560e411467a1156be3a8c456cd9832.tar.bz2 |
Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.
-rw-r--r-- | Doc/howto/unicode.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 45be088..10dde01 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -6,8 +6,8 @@ This HOWTO discusses Python 2.x's support for Unicode, and explains various problems that people commonly encounter when trying to work -with Unicode. (This HOWTO has not yet been updated to cover the 3.x -versions of Python.) +with Unicode. For the Python 3 version, see +<http://docs.python.org/py3k/howto/unicode.html>. Introduction to Unicode ======================= |