diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-02 18:26:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-02 18:26:50 (GMT) |
commit | c22eaecd53a3d9dc7ca441e6d6f1e0148469f1e9 (patch) | |
tree | fdfd9e3a83f10070bfd06a678775af047cc09d48 /Misc | |
parent | 393a94243f47fb02c936945e6931427c6adefbcf (diff) | |
parent | 3e6ab1715d13deab644e02e05d978ccb17241176 (diff) | |
download | cpython-c22eaecd53a3d9dc7ca441e6d6f1e0148469f1e9.zip cpython-c22eaecd53a3d9dc7ca441e6d6f1e0148469f1e9.tar.gz cpython-c22eaecd53a3d9dc7ca441e6d6f1e0148469f1e9.tar.bz2 |
merge 3.3 (closes #20108)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ Library - Fix breakage in TestSuite.countTestCases() introduced by issue #11798. +- Issue #20108: Avoid parameter name clash in inspect.getcallargs(). + - Issue #19918: Fix PurePath.relative_to() under Windows. - Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl |