[issue16419] email.message._headers is a list

Ezio Melotti report at bugs.python.org
Tue Nov 6 05:13:02 CET 2012


Ezio Melotti added the comment:

Lists have a new copy method starting from Python 3.3:
Python 3.3.0+ (3.3:549f7b5baa83+, Nov  4 2012, 23:18:06) 
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> list.copy
<method 'copy' of 'list' objects>

----------
nosy: +ezio.melotti, r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
type: crash -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16419>
_______________________________________


More information about the Python-bugs-list mailing list