Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e190e commit c867f74Copy full SHA for c867f74
1 file changed
Lib/test/test_format.py
@@ -197,5 +197,5 @@ def test_exc(formatstr, args, exception, excmsg):
197
test_exc('abc %a', 1, ValueError,
198
"unsupported format character 'a' (0x61) at index 5")
199
test_exc(u'abc %\u3000', 1, ValueError,
200
- "unsupported format character '\000' (0x3000) at index 5")
+ "unsupported format character '?' (0x3000) at index 5")
201
0 commit comments