From d7d9a44226560e411467a1156be3a8c456cd9832 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Mon, 15 Oct 2012 17:12:17 -0700 Subject: [PATCH] Issue #16227: Add to 2.x Unicode HOWTO a link to the Python 3 version. --- Doc/howto/unicode.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 45be088afc..10dde016c3 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 ======================= -- 2.50.0