]> granicus.if.org Git - python/commit
smtplib: limit amount read from the network (closes #16042)
authorBenjamin Peterson <benjamin@python.org>
Sat, 6 Dec 2014 01:05:18 +0000 (20:05 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 6 Dec 2014 01:05:18 +0000 (20:05 -0500)
commitdabfc56b57f5086eb5522d8e6cd7670c62d2482d
tree7f91d7fa465e56973ec6bf5bf7472cac5da70706
parentfaad6bbea6c86e30c770eb0a3648e2cd52b2e55e
smtplib: limit amount read from the network (closes #16042)
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/NEWS