From: Andrew Svetlov Date: Mon, 5 Nov 2012 07:28:42 +0000 (+0200) Subject: Revome extra .py suffix X-Git-Tag: v3.4.0a1~2075 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bcbf4036c9bd3ebaa86ad41a11b3c4bb1f81ae1d;p=thirdparty%2FPython%2Fcpython.git Revome extra .py suffix --- diff --git a/Lib/test/test_cmd_line_script.py b/Lib/test/test_cmd_line_script.py index 750cf440ebb9..a8472c03a4ff 100644 --- a/Lib/test/test_cmd_line_script.py +++ b/Lib/test/test_cmd_line_script.py @@ -366,7 +366,7 @@ class CmdLineTest(unittest.TestCase): def test_non_ascii(self): # Issue #16218 # non-ascii filename encodable to cp1252, cp932, latin1 and utf8 - filename = support.TESTFN + '\xa3.py' + filename = support.TESTFN + '\xa3' try: os.fsencode(filename) except UnicodeEncodeError: