Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.4->3.5.)

This commit is contained in:
Guido van Rossum 2015-09-28 07:44:49 -07:00
commit d2f184652c
3 changed files with 91 additions and 118 deletions

View file

@ -21,6 +21,8 @@ Core and Builtins
Library
-------
- Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
- Issue #25203: Failed readline.set_completer_delims() no longer left the
module in inconsistent state.