diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-07-28 10:00:01 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-07-28 10:00:01 (GMT) |
commit | e8c45d6d0eda74a8f13dcac9d0c593bbcb21e38b (patch) | |
tree | 0f84fdc0cf870e81fd8f1c4efa3bfdca555b55cc /Misc | |
parent | 77578204d6aeb89a9ee8365f8fb28ce18aa2eb7c (diff) | |
download | cpython-e8c45d6d0eda74a8f13dcac9d0c593bbcb21e38b.zip cpython-e8c45d6d0eda74a8f13dcac9d0c593bbcb21e38b.tar.gz cpython-e8c45d6d0eda74a8f13dcac9d0c593bbcb21e38b.tar.bz2 |
Close #13266: Add inspect.unwrap
Initial patch by Daniel Urban and Aaron Iles
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -171,6 +171,9 @@ Core and Builtins Library ------- +- Issue #13266: Added inspect.unwrap to easily unravel __wrapped__ chains + (initial patch by Daniel Urban and Aaron Iles) + - Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. - Issue #18559: Fix NULL pointer dereference error in _pickle module |