From daf973ae0074136bb456298e1cdb85666261ce60 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Fri, 6 Jun 2014 03:51:03 +1000 Subject: Change comments (mainly URLs) to no longer specifically say Python 3.3 --- tests/basics/string-repr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/basics/string-repr.py b/tests/basics/string-repr.py index ba8dbe6d1..34da483a5 100644 --- a/tests/basics/string-repr.py +++ b/tests/basics/string-repr.py @@ -1,3 +1,3 @@ -# anything above 0xa0 is printed as Unicode by CPython3.3 +# anything above 0xa0 is printed as Unicode by CPython for c in range(0xa1): print("0x%02x: %s" % (c, repr(chr(c)))) -- cgit v1.2.3