mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Issue #25233: Rewrite the guts of Queue to be more understandable and correct. (Merge 3.4->3.5.)
This commit is contained in:
commit
d2f184652c
3 changed files with 91 additions and 118 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue