]> granicus.if.org Git - python/commit
Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a
authorBarry Warsaw <barry@python.org>
Sun, 9 May 2004 03:35:17 +0000 (03:35 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 9 May 2004 03:35:17 +0000 (03:35 +0000)
commit36112f2d34253c36784302cb703977ec78ccc7b2
tree8152f354b2bbf1131f30e0e05fc67eec6eea4560
parent418101fd6427ab163724b90ba12ea11eb1a1a6db
Update to Python 2.3, getting rid of backward compatiblity crud.  Get rid of a
bunch of module globals that aren't used.

__maxheaderlen -> _maxheaderlen

_handle_multipart(): This should be more RFC compliant now, and does match the
updated/fixed semantics for preamble and epilogue.
Lib/email/Generator.py