diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-23 09:39:55 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-23 09:39:55 (GMT) |
commit | 2f92e54507cd4a76978133c10bf32cbdef90cd37 (patch) | |
tree | 6a027fec78404e9cce88c8ef892f6a7b1b1d423b /Misc | |
parent | 970da4549ab78ad6f89dd0cce0d2defc771e1c72 (diff) | |
download | cpython-2f92e54507cd4a76978133c10bf32cbdef90cd37.zip cpython-2f92e54507cd4a76978133c10bf32cbdef90cd37.tar.gz cpython-2f92e54507cd4a76978133c10bf32cbdef90cd37.tar.bz2 |
Close #13062: Add inspect.getclosurevars to simplify testing stateful closures
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -40,7 +40,10 @@ Core and Builtins Library ------- -- Issues #11024: Fixes and additional tests for Time2Internaldate. +- Issue #13062: Added inspect.getclosurevars to simplify testing stateful + closures + +- Issue #11024: Fixes and additional tests for Time2Internaldate. - Issue #14626: Large refactoring of functions / parameters in the os module. Many functions now support "dir_fd" and "follow_symlinks" parameters; |