]> granicus.if.org Git - python/commitdiff
Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Tue, 16 Oct 2012 00:12:17 +0000 (17:12 -0700)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Tue, 16 Oct 2012 00:12:17 +0000 (17:12 -0700)
Doc/howto/unicode.rst

index 45be088afc78d56fa70439a3e0872ba5c090b245..10dde016c33966822babd56e013bf5460289a390 100644 (file)
@@ -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
 =======================