diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-09-11 16:55:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-09-11 16:55:34 (GMT) |
commit | c92f6226d7e83a93a8ab535d3e964ae50c2c5272 (patch) | |
tree | dfe95cda9f95f94401e289d304c760cc36d17bb9 /Misc | |
parent | d964ee9cd53df75ffb1efa36da7c576c1aa04591 (diff) | |
download | cpython-c92f6226d7e83a93a8ab535d3e964ae50c2c5272.zip cpython-c92f6226d7e83a93a8ab535d3e964ae50c2c5272.tar.gz cpython-c92f6226d7e83a93a8ab535d3e964ae50c2c5272.tar.bz2 |
add ChainMap to __all__ (closes #12959)
Thanks July Tikhonov.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -274,6 +274,8 @@ Core and Builtins Library ------- +- Issue #12959: Add collections.ChainMap to collections.__all__. + - Issue #12567: Add curses.unget_wch() function. Push a character so the next get_wch() will return it. |