[Python-checkins] cpython: NEWS entry for previous ipaddress fix

nick.coghlan python-checkins at python.org
Sun Aug 5 12:43:29 CEST 2012


http://hg.python.org/cpython/rev/7c81caf2dd5a
changeset:   78427:7c81caf2dd5a
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Aug 05 20:43:19 2012 +1000
summary:
  NEWS entry for previous ipaddress fix

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,10 @@
 Library
 -------
 
+- Issue #15559: To avoid a problematic failure mode when passed to the bytes
+  constructor, objects in the ipaddress module no longer implement __index__
+  (they still implement __int__ as appropriate)
+
 - Issue #15546: Fix handling of pathological input data in the read1() method of
   the BZ2File, GzipFile and LZMAFile classes.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list