summaryrefslogtreecommitdiffstats
path: root/Lib/email/generator.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove Barry's love of deprecated syntax to silence warnings in the emailBrett Cannon2008-08-031-1/+1
| | | | package, when run under -3, about using <>.
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-0/+348
and NEWS updates.