From: Chris Jerdonek Date: Tue, 16 Oct 2012 00:12:17 +0000 (-0700) Subject: Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version. X-Git-Tag: v2.7.4rc1~487 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7d9a44226560e411467a1156be3a8c456cd9832;p=thirdparty%2FPython%2Fcpython.git Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version. --- diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 45be088afc78..10dde016c339 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 +. Introduction to Unicode =======================