]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1663)
authorDong-hee Na <donghee.na92@gmail.com>
Thu, 15 Jun 2017 14:42:01 +0000 (23:42 +0900)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 15 Jun 2017 14:42:01 +0000 (17:42 +0300)
commitfb0825c2784f80689c4c00c3ede22958faaf512c
treea31eaa48daa4c2fd367f68101542e169d036bdea
parentc5a6fb654a280c7b17f1d348e2e40d62ca04c5d3
bpo-30149: Fix partialmethod without explicit self parameter (#1308) (#1663)
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS