diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-02 18:24:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-02 18:24:08 (GMT) |
commit | 3e6ab1715d13deab644e02e05d978ccb17241176 (patch) | |
tree | 9bb14f84db134c1491a6be9afb9a763651a4f8b9 /Misc/NEWS | |
parent | 3a990c69b8d8420967010181096e103ebe92406b (diff) | |
download | cpython-3e6ab1715d13deab644e02e05d978ccb17241176.zip cpython-3e6ab1715d13deab644e02e05d978ccb17241176.tar.gz cpython-3e6ab1715d13deab644e02e05d978ccb17241176.tar.bz2 |
avoid parameter name clash (closes #20108)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue #20108: Avoid parameter name clash in inspect.getcallargs(). + - Issue #12692: Backport the fix for ResourceWarning in test_urllib2net. This also helps in closing the socket when Connection Close header is not sent. |