diff options
author | Guido van Rossum <guido@python.org> | 2015-09-28 14:42:34 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2015-09-28 14:42:34 (GMT) |
commit | 99f96c54517b8a130b2c7080e9b7ef93e166f77e (patch) | |
tree | ef3478a406121737be2f811d350578043436325d /Misc | |
parent | 16a1f281942a5bd1f00d038187cad970c1d173e1 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |