]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
compileall uses repr() to format filenames/paths
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Feb 2011 20:58:02 +0000 (20:58 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Feb 2011 20:58:02 +0000 (20:58 +0000)
commit441cc01e0f172599d544a18a3fe8ad08a9dd633a
tree79e624e8e3cf21883c6d9f9e88b7ef84275a64a8
parentfd34b3788fbfb1e46ece705e1df49ac6ac1e8b84
compileall uses repr() to format filenames/paths

Issue #11169: compileall module uses repr() to format filenames and paths to
escape surrogate characters and show spaces.
Lib/compileall.py
Lib/test/test_compileall.py
Misc/NEWS