diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-09 12:26:44 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-08-09 12:26:44 (GMT) |
commit | c7eaede21ecb5259f2bd9e160a89b82d19cfb19b (patch) | |
tree | e1e692ae4b404fb94438250a6961047000732bc4 /Misc | |
parent | e4a3380bb07a1bae5fde5d7b4e96519ca603319c (diff) | |
download | cpython-c7eaede21ecb5259f2bd9e160a89b82d19cfb19b.zip cpython-c7eaede21ecb5259f2bd9e160a89b82d19cfb19b.tar.gz cpython-c7eaede21ecb5259f2bd9e160a89b82d19cfb19b.tar.bz2 |
Fix ``Tools/scripts/checkpyc.py`` after PEP 3147.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -150,6 +150,8 @@ Library Tools/Demos ----------- +- Fix ``Tools/scripts/checkpyc.py`` after PEP 3147. + - Issue #8867: Fix ``Tools/scripts/serve.py`` to work with files containing non-ASCII content. |