]> granicus.if.org Git - python/commit
Close #13266: Add inspect.unwrap
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 28 Jul 2013 10:00:01 +0000 (20:00 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 28 Jul 2013 10:00:01 +0000 (20:00 +1000)
commite8c45d6d0eda74a8f13dcac9d0c593bbcb21e38b
tree0f84fdc0cf870e81fd8f1c4efa3bfdca555b55cc
parent77578204d6aeb89a9ee8365f8fb28ce18aa2eb7c
Close #13266: Add inspect.unwrap

Initial patch by Daniel Urban and Aaron Iles
Doc/library/inspect.rst
Doc/whatsnew/3.4.rst
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS