summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aa3247d..a1ae4af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,8 +4,8 @@ Python News
(editors: check NEWS.help for information about editing NEWS using ReST.)
-What's New in Python 2.6.6?
-===========================
+What's New in Python 2.6.6 rc 2?
+================================
*Release date: XXXX-XX-XX*
@@ -26,6 +26,8 @@ Library
Extension Modules
-----------------
+- Issue #9568: Fix test_urllib2_localnet on OS X 10.3.
+
- Issue #7567: Don't call `setupterm' twice.
Tests