mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
rfc822.py. The old rfc822.formatdate() produced date strings using obsolete syntax. The new version produces the preferred RFC 2822 dates. Also, an optional argument `localtime' is added, which if true, produces a date relative to the local timezone, with daylight savings time properly taken into account. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| Encoders.py | ||
| Errors.py | ||
| Generator.py | ||
| Iterators.py | ||
| Message.py | ||
| MIMEAudio.py | ||
| MIMEBase.py | ||
| MIMEImage.py | ||
| MIMEMessage.py | ||
| MIMEText.py | ||
| Parser.py | ||
| Utils.py | ||