further clarify

This commit is contained in:
Benjamin Peterson 2010-08-24 21:03:37 +00:00
parent 31da5b2f69
commit f52c2c63cd

View file

@ -126,8 +126,8 @@ Extensions
Library Library
------- -------
- Issue #8750: Fixed MutableSet's methods to correctly handle - Issue #8750: Fixed MutableSet's methods to correctly handle reflexive
reflexive operations, namely x -= x and x ^= x. operations on its self, namely x -= x and x ^= x.
- Issue #9129: smtpd.py is vulnerable to DoS attacks deriving from missing - Issue #9129: smtpd.py is vulnerable to DoS attacks deriving from missing
error handling when accepting a new connection. error handling when accepting a new connection.