From: Benjamin Peterson Date: Tue, 24 Aug 2010 21:03:37 +0000 (+0000) Subject: further clarify X-Git-Tag: v3.2a2~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f52c2c63cd7b42f1c7b41919c8b50232d13acbd7;p=thirdparty%2FPython%2Fcpython.git further clarify --- diff --git a/Misc/NEWS b/Misc/NEWS index 304977b385cc..f7c8cc05a0c5 100644 --- 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.