Staging
v0.5.1
https://github.com/python/cpython
Revision f123f84f66bded5a5554f7130cf823d53d3304cd authored by Guido van Rossum on 29 March 1999, 20:33:21 UTC, committed by Guido van Rossum on 29 March 1999, 20:33:21 UTC
"""
 - It needlessly used the makefile() method for each response that is
   read from the SMTP server.

 - If the remote SMTP server closes the connection unexpectedly the
   code raised an IndexError.  It now raises an SMTPServerDisconnected
   exception instead.

 - The code now checks that all lines in a multiline response actually
   contains an error code.
"""

The Dragon approves.
1 parent 9065ea3
History
Tip revision: f123f84f66bded5a5554f7130cf823d53d3304cd authored by Guido van Rossum on 29 March 1999, 20:33:21 UTC
Patch by Per Cederqvist, who writes:
Tip revision: f123f84
File Mode Size
Complex.py -rwxr-xr-x 7.6 KB
Dates.py -rwxr-xr-x 7.5 KB
Dbm.py -rwxr-xr-x 1.2 KB
README -rw-r--r-- 597 bytes
Range.py -rwxr-xr-x 1.6 KB
Rat.py -rwxr-xr-x 7.2 KB
Rev.py -rwxr-xr-x 2.0 KB
Vec.py -rwxr-xr-x 935 bytes
bitvec.py -rwxr-xr-x 8.3 KB
class.doc -rwxr-xr-x 3.2 KB

README

back to top