[Python-checkins] r52719 - python/trunk/Misc/NEWS

andrew.kuchling python-checkins at python.org
Fri Nov 10 14:14:01 CET 2006


Author: andrew.kuchling
Date: Fri Nov 10 14:14:01 2006
New Revision: 52719

Modified:
   python/trunk/Misc/NEWS
Log:
Reword entry

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Nov 10 14:14:01 2006
@@ -100,8 +100,8 @@
   weren't passing the message factory on to newly created Maildir/MH
   objects.
 
-- Patch #1514543: In the Maildir clash, report errors if there's 
-  a name clash instead of possibly losing a message.  (Patch by David
+- Patch #1514543: mailbox.py: In the Maildir class, report errors if there's 
+  a filename clash instead of possibly losing a message.  (Patch by David
   Watson.)
 
 - Patch #1514544: Try to ensure that messages/indexes have been physically


More information about the Python-checkins mailing list