]> granicus.if.org Git - python/commit
Issue #11169: compileall module uses repr() to format filenames and paths to
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 10 May 2011 22:36:28 +0000 (00:36 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 10 May 2011 22:36:28 +0000 (00:36 +0200)
commit530712625bac0cb8b507746406163b66f2d36c49
treebb239f54caca4a082e47a83cb73e408a9eb3e6ca
parent1eb4f28c6db5dd6362341a5f4defc09ef0e7942d
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