commit | 441cc01e0f172599d544a18a3fe8ad08a9dd633a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Feb 21 20:58:02 2011 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Feb 21 20:58:02 2011 +0000 |
tree | 79e624e8e3cf21883c6d9f9e88b7ef84275a64a8 | |
parent | fd34b3788fbfb1e46ece705e1df49ac6ac1e8b84 [diff] |
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.