summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-05 22:20:45 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-04-05 22:20:45 (GMT)
commit5b37747ad33535876573b87acc11285ba81e1524 (patch)
tree88194525883fd6cd2628d91fcaaa98600ecbfa1c
parent19f6e214732729ccc947932e2815e0d1832dc4f4 (diff)
downloadcpython-5b37747ad33535876573b87acc11285ba81e1524.zip
cpython-5b37747ad33535876573b87acc11285ba81e1524.tar.gz
cpython-5b37747ad33535876573b87acc11285ba81e1524.tar.bz2
Misc/NEWS: Move back two items to 2.6.1.
-rw-r--r--Misc/NEWS9
1 files changed, 4 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 56bc478..25163b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -432,11 +432,6 @@ Build
- Issues #4728 and #4060: WORDS_BIGEDIAN is now correct in Universal builds.
-- Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs".
-
-- Issue #4289: Remove Cancel button from AdvancedDlg.
-
-
C-API
-----
@@ -532,6 +527,10 @@ Library
Build
-----
+- Issue #4389: Add icon to the uninstall entry in "add-and-remove-programs".
+
+- Issue #4289: Remove Cancel button from AdvancedDlg.
+
- Issue #1656675: Register a drop handler for .py* files on Windows.
- Issue #4120: Exclude manifest from extension modules in VS2008.