summaryrefslogtreecommitdiff
path: root/Lib/rfc822.py
Commit message (Collapse)AuthorAgeFilesLines
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-5/+3
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* New modules mimetools and rfc822.Guido van Rossum1992-07-131-0/+211
Minor, minor changes to commands.py and sndhdr.py.