]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use absolute import paths for intrapackage imports.
authorBarry Warsaw <barry@python.org>
Sun, 2 Jun 2002 19:05:51 +0000 (19:05 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 2 Jun 2002 19:05:51 +0000 (19:05 +0000)
commit8ba76e8929058634ee55bea8781e32715b0ce5c2
tree0308ef99f8ebe274e1f4dffdc9d57db66b8bc596
parent524af6f382d1d287763018abc7c6415bb3dad9b5
Use absolute import paths for intrapackage imports.

as_string(): Use Generator.flatten() for better performance.
Lib/email/Message.py