• Barry Warsaw's avatar
    Document the two changes to the mailbox.py module: · 30dbd142
    Barry Warsaw yazdı
    - All constructors grow an optional argument `factory' which is a
      callable used when new message instances are created by the next()
      methods.  Defaults to the rfc822.Message class.
    
    - A new subclass of UnixMailbox is added, called PortableUnixMailbox.
      It's identical to UnixMailbox, but uses a more portable test for
      From_ delimiter lines.  With PortableUnixMailbox, any line that
      starts with "From " is considered a delimiter (this should really
      check for two newlines before the F, but it doesn't.
    30dbd142
Adı
Son kayıt (commit)
Son güncelleme
..
api Loading commit data...
dist Loading commit data...
doc Loading commit data...
ext Loading commit data...
html Loading commit data...
info Loading commit data...
inst Loading commit data...
lib Loading commit data...
longhtml Loading commit data...
mac Loading commit data...
paper-a4 Loading commit data...
paper-letter Loading commit data...
perl Loading commit data...
ref Loading commit data...
templates Loading commit data...
texinputs Loading commit data...
tools Loading commit data...
tut Loading commit data...
whatsnew Loading commit data...
.cvsignore Loading commit data...
ACKS Loading commit data...
Makefile Loading commit data...
Makefile.deps Loading commit data...
README Loading commit data...
TODO Loading commit data...
libmods.tex Loading commit data...
libstd.tex Loading commit data...