]> granicus.if.org Git - python/commit
#13163: fix names of _get_socket args
authorR David Murray <rdmurray@bitdance.com>
Tue, 2 Apr 2013 16:15:07 +0000 (12:15 -0400)
committerR David Murray <rdmurray@bitdance.com>
Tue, 2 Apr 2013 16:15:07 +0000 (12:15 -0400)
commitc993a1948043af043bec8e8230abd68200a863b1
treeadc0f5b69bfa4921b3a7a01e7a7e836bd60d9fbc
parent34d0c66ef2bcfae00beb9f2b14e393cd00f499e4
#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.
Doc/library/email.mime.rst
Lib/smtplib.py
Misc/ACKS
Misc/NEWS