diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-03 17:09:36 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-08-03 17:09:36 (GMT) |
commit | f767f08e290d0caa42148083940a08e8425b18f2 (patch) | |
tree | d195ba772283ff61ddc60bb3d2c5677bfa8e1aa3 /Misc | |
parent | 6b54e1f7826143fc33866110b5c7c8896349389f (diff) | |
download | cpython-f767f08e290d0caa42148083940a08e8425b18f2.zip cpython-f767f08e290d0caa42148083940a08e8425b18f2.tar.gz cpython-f767f08e290d0caa42148083940a08e8425b18f2.tar.bz2 |
Issue #8867: Fix `Tools/scripts/serve.py` to work with files containing
non-ASCII content.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -85,6 +85,12 @@ Library - Add lfu_cache() and lru_cache() decorators to the functools module. +Tools/Demos +----------- + +- Issue #8867: Fix ``Tools/scripts/serve.py`` to work with files containing + non-ASCII content. + What's New in Python 3.2 Alpha 1? ================================= |