diff options
author | Barry Warsaw <barry@python.org> | 2010-08-16 22:58:18 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-08-16 22:58:18 +0000 |
commit | a7077c865d76afe0bc9640ec0b8f2aa6c0df6f4b (patch) | |
tree | 0fc9752d004365d4e34e38ba1bc7a667f9d57a35 /Misc/NEWS | |
parent | Remove tag for NEWS file fix. (diff) | |
download | cpython-2.6.6rc2.tar.gz cpython-2.6.6rc2.tar.bz2 cpython-2.6.6rc2.zip |
Move NEWS file entry.v2.6.6rc2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index 942712e683d..e36f9f3f2f0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -26,13 +26,13 @@ Library Extension Modules ----------------- -- Issue #9568: Fix test_urllib2_localnet on OS X 10.3. - - Issue #7567: Don't call `setupterm' twice. Tests ----- +- Issue #9568: Fix test_urllib2_localnet on OS X 10.3. + - Issue #9145: Fix test_coercion failure in refleak runs. - Issue #8433: Fix test_curses failure caused by newer versions of |