]> granicus.if.org Git - python/commitdiff
further clarify
authorBenjamin Peterson <benjamin@python.org>
Tue, 24 Aug 2010 21:03:37 +0000 (21:03 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 24 Aug 2010 21:03:37 +0000 (21:03 +0000)
Misc/NEWS

index 304977b385cc2fe9f54f00feaaab91ccfdc68752..f7c8cc05a0c559907f8249ffa50258d41fe5ca7b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -126,8 +126,8 @@ Extensions
 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.