[issue11169] compileall doesn't support PEP 383 (undecodable paths/filenames)

2011-05-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 85cfbbc7da60 by Victor Stinner in branch '3.2': Issue #11169: compileall module uses repr() to format filenames and paths to http://hg.python.org/cpython/rev/85cfbbc7da60 -- nosy: +python-dev ___ Python

[issue11169] compileall doesn't support PEP 383 (undecodable paths/filenames)

2011-02-21 Thread STINNER Victor
STINNER Victor added the comment: Fixed by r88478. > Not sure this can make it into stable branches. I agree, I prefer to not touch stable releases. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue11169] compileall doesn't support PEP 383 (undecodable paths/filenames)

2011-02-11 Thread Éric Araujo
Éric Araujo added the comment: I agree that quotes help debugging, so +1 for repr (or !r, not sure which ones reads better). Not sure this can make it into stable branches. -- nosy: +eric.araujo title: compileall doesn't support the PEP 383 (undecodable paths/filenames) -> compileall