]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#12448: smtplib now flushes stdout while running ``python -m smtplib``
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 18 Oct 2011 10:20:07 +0000 (13:20 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 18 Oct 2011 10:20:07 +0000 (13:20 +0300)
commit6bfecd1271b305afcbe3f3f68980f89aa44e1910
tree312101304000d2e3b7942ffa9fb2894002675bdd
parent67494f22243803422a91634945ae405c5a858939
#12448: smtplib now flushes stdout while running ``python -m smtplib``
  in order to display the prompt correctly.  Patch by Petri Lehtinen.
Lib/smtplib.py
Misc/NEWS