summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-05-12 07:37:58 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-05-12 07:37:58 (GMT)
commitea36c941a1b2ad6582a35bc42aa70da9600d2841 (patch)
treee915477a42189e490044a15d786a18382064bc1f /Misc/NEWS
parent9de7efe5ab40c19775dcc9ca88adf58d906fc53d (diff)
downloadcpython-ea36c941a1b2ad6582a35bc42aa70da9600d2841.zip
cpython-ea36c941a1b2ad6582a35bc42aa70da9600d2841.tar.gz
cpython-ea36c941a1b2ad6582a35bc42aa70da9600d2841.tar.bz2
Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 723342c..199476d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: tba
Core and Builtins
-----------------
+- Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses.
+
- Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL
pointer.