[Python-checkins] r84303 - python/branches/py3k/Misc/NEWS

benjamin.peterson python-checkins at python.org
Tue Aug 24 23:03:37 CEST 2010


Author: benjamin.peterson
Date: Tue Aug 24 23:03:37 2010
New Revision: 84303

Log:
further clarify

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Tue Aug 24 23:03:37 2010
@@ -126,8 +126,8 @@
 Library
 -------
 
-- Issue #8750: Fixed MutableSet's methods to correctly handle
-  reflexive operations, namely x -= x and x ^= x.
+- Issue #8750: Fixed MutableSet's methods to correctly handle reflexive
+  operations on its self, namely x -= x and x ^= x.
 
 - Issue #9129: smtpd.py is vulnerable to DoS attacks deriving from missing 
   error handling when accepting a new connection.


More information about the Python-checkins mailing list