summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2015-09-28 14:42:34 (GMT)
committerGuido van Rossum <guido@python.org>2015-09-28 14:42:34 (GMT)
commit99f96c54517b8a130b2c7080e9b7ef93e166f77e (patch)
treeef3478a406121737be2f811d350578043436325d /Misc
parent16a1f281942a5bd1f00d038187cad970c1d173e1 (diff)
downloadcpython-99f96c54517b8a130b2c7080e9b7ef93e166f77e.zip
cpython-99f96c54517b8a130b2c7080e9b7ef93e166f77e.tar.gz
cpython-99f96c54517b8a130b2c7080e9b7ef93e166f77e.tar.bz2
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63730fa..3b76bbd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,8 @@ Core and Builtins
Library
-------
+- Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
+
- Issue #23600: Default implementation of tzinfo.fromutc() was returning
wrong results in some cases.