[New-bugs-announce] [issue2622] Import errors in email.message.py

John Jackson report at bugs.python.org
Sat Apr 12 07:37:53 CEST 2008


New submission from John Jackson <johnjackson at pobox.com>:

In email.message.py there are two import errors:
line 128 from email.Generator import Generator
should be 
  from email.generator import Generator
line 784 from email.Iterators import walk
should be 
  from email.iterators import walk

----------
components: Library (Lib)
messages: 65391
nosy: JohnJackson
severity: normal
status: open
title: Import errors in email.message.py
type: crash
versions: Python 2.5

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2622>
__________________________________


More information about the New-bugs-announce mailing list