summaryrefslogtreecommitdiff
path: root/Lib/test/test_doctest4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_doctest4.txt')
-rw-r--r--Lib/test/test_doctest4.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/Lib/test/test_doctest4.txt b/Lib/test/test_doctest4.txt
index a219d16a6e..0428e6f963 100644
--- a/Lib/test/test_doctest4.txt
+++ b/Lib/test/test_doctest4.txt
@@ -4,14 +4,8 @@ This file is encoded using UTF-8.
In order to get this test to pass, we have to manually specify the
encoding.
- >>> u'föö'
- u'f\xf6\xf6'
-
- >>> u'bąr'
- u'b\u0105r'
-
>>> 'föö'
- 'f\xc3\xb6\xc3\xb6'
+ 'f\xf6\xf6'
>>> 'bąr'
- 'b\xc4\x85r'
+ 'b\u0105r'