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
Makefile.in -rw-r--r-- 2.4 KB
abstract.c -rw-r--r-- 27.9 KB
bufferobject.c -rw-r--r-- 12.8 KB
classobject.c -rw-r--r-- 37.5 KB
cobject.c -rw-r--r-- 4.9 KB
complexobject.c -rw-r--r-- 13.7 KB
dictobject.c -rw-r--r-- 23.7 KB
fileobject.c -rw-r--r-- 22.8 KB
floatobject.c -rw-r--r-- 15.0 KB
frameobject.c -rw-r--r-- 9.9 KB
funcobject.c -rw-r--r-- 6.3 KB
intobject.c -rw-r--r-- 18.4 KB
listobject.c -rw-r--r-- 36.6 KB
longobject.c -rw-r--r-- 38.1 KB
methodobject.c -rw-r--r-- 6.5 KB
moduleobject.c -rw-r--r-- 6.2 KB
object.c -rw-r--r-- 18.2 KB
rangeobject.c -rw-r--r-- 5.5 KB
sliceobject.c -rw-r--r-- 3.7 KB
stringobject.c -rw-r--r-- 23.9 KB
tupleobject.c -rw-r--r-- 10.9 KB
typeobject.c -rw-r--r-- 2.8 KB
xxobject.c -rw-r--r-- 3.9 KB

back to top