diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2015-03-01 20:08:17 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2015-03-01 20:08:17 (GMT) |
commit | e49af341518ba22186fc523ec23ccff462ab439e (patch) | |
tree | 0c426b6e661d637c14c2d9c467a99580b985fb4a /Misc | |
parent | e2e178e081a621d2c1fd8ceb65ce7735b3036def (diff) | |
download | cpython-e49af341518ba22186fc523ec23ccff462ab439e.zip cpython-e49af341518ba22186fc523ec23ccff462ab439e.tar.gz cpython-e49af341518ba22186fc523ec23ccff462ab439e.tar.bz2 |
Issue #7830: Flatten nested functools.partial.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Core and Builtins Library ------- +- Issue #7830: Flatten nested functools.partial. + - Issue #20204: Added the __module__ attribute to _tkinter classes. - Issue #19980: Improved help() for non-recognized strings. help('') now |