From 5e6ded2e58597fa324c550bad35a30ee630ce223 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 7 Jun 2012 18:36:26 +0200 Subject: Fixed #18363 -- Added Python 3 compatibility layer. Thanks Vinay Sajip for the support of his django3 branch and Alex Gaynor, kezabelle, YorikSar for the review. --- docs/ref/unicode.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/unicode.txt b/docs/ref/unicode.txt index 85e48ae15d..b9253e70b3 100644 --- a/docs/ref/unicode.txt +++ b/docs/ref/unicode.txt @@ -65,7 +65,8 @@ Python 2 with unicode literals or Python 3:: my_string = b"This is a bytestring" my_unicode = "This is an Unicode string" - + +See also :doc:`Python 3 compatibility `. .. admonition:: Warning -- cgit v1.3