summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 51206bd..9e04767 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.