diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-04-02 16:15:07 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-04-02 16:15:07 (GMT) |
commit | c993a1948043af043bec8e8230abd68200a863b1 (patch) | |
tree | adc0f5b69bfa4921b3a7a01e7a7e836bd60d9fbc /Misc/NEWS | |
parent | 34d0c66ef2bcfae00beb9f2b14e393cd00f499e4 (diff) | |
download | cpython-c993a1948043af043bec8e8230abd68200a863b1.zip cpython-c993a1948043af043bec8e8230abd68200a863b1.tar.gz cpython-c993a1948043af043bec8e8230abd68200a863b1.tar.bz2 |
#13163: fix names of _get_socket args
This was already done in Python3, but having it wrong leads to
incorrect debug output, so it seems worth fixing in 2.7 as well.
Patch by Victor TerrĂ³n.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ Core and Builtins Library ------- +- Issue #13163: Rename operands in smtplib.SMTP._get_socket to correct names; + fixes otherwise misleading output in tracebacks and when when debug is on. + - Issue #6698: IDLE now opens just an editor window when configured to do so. - Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer |