diff options
author | Guido van Rossum <guido@python.org> | 2008-10-02 18:55:37 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2008-10-02 18:55:37 (GMT) |
commit | f0af3e30db9475ab68bcb1f1ce0b5581e214df76 (patch) | |
tree | 71efbc67686d96e8c8a81dd97c75c419adf36657 /Misc/NEWS | |
parent | fefeca53eebe8665c08ac0c041639ada3c9f9446 (diff) | |
download | cpython-f0af3e30db9475ab68bcb1f1ce0b5581e214df76.zip cpython-f0af3e30db9475ab68bcb1f1ce0b5581e214df76.tar.gz cpython-f0af3e30db9475ab68bcb1f1ce0b5581e214df76.tar.bz2 |
Issue #3187: Better support for "undecodable" filenames. Code by Victor
Stinner, with small tweaks by GvR.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -4,8 +4,11 @@ Python News (editors: check NEWS.help for information about editing NEWS using ReST.) -What's New in Python 3.0 release candidate 2 -============================================ +What's New in Python 3.0 beta 5 +=============================== + +[Note: due to the number of unresolved issues we're going back to beta + releases for a while.] *Release date: XX-XXX-2008* @@ -22,6 +25,9 @@ Core and Builtins Library ------- +- Issue #3187: Better support for "undecodable" filenames. Code by Victor + Stinner, with small tweaks by GvR. + - Issue #3965: Allow repeated calls to turtle.Screen, by making it a true singleton object. |