summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/quopri_codec.py
Commit message (Collapse)AuthorAgeFilesLines
* Patch #462635 by Andrew Kuchling correcting bugs in the newMarc-André Lemburg2001-09-201-2/+4
| | | | | codecs -- the self argument does matter for Python functions (it does not for C functions which most other codecs use).
* Add quoted-printable codecGuido van Rossum2001-05-151-0/+56