[Python-3000-checkins] r64700 - python/branches/py3k/Misc/NEWS

georg.brandl python-3000-checkins at python.org
Fri Jul 4 17:45:11 CEST 2008


Author: georg.brandl
Date: Fri Jul  4 17:45:10 2008
New Revision: 64700

Log:
Fix committed merge conflict.


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Fri Jul  4 17:45:10 2008
@@ -17,21 +17,8 @@
 Library
 -------
 
-<<<<<<< .working
 - Issue #2683: Fix inconsistency in subprocess.Popen.communicate(): the
   argument now must be a bytes object in any case.
-=======
-- Issue #1622: Correct interpretation of various ZIP header fields.
-
-- Issue #1526: Allow more than 64k files to be added to Zip64 file.
-
-- Issue #1746: Correct handling of zipfile archive comments (previously
-  archives with comments over 4k were flagged as invalid). Allow writing
-  Zip files with archives by setting the 'comment' attribute of a ZipFile.  
-
-- Issue #449227: Now with the rlcompleter module, callable objects are added
-  "(" when completed.
->>>>>>> .merge-right.r64688
 
 - Issue #3145: help("modules whatever") failed when trying to load the source
   code of every single module of the standard library, including invalid files


More information about the Python-3000-checkins mailing list