[issue1741130] struct.pack("I", "foo"); struct.pack("L", "foo") should fail

Mark Dickinson report at bugs.python.org
Sun Jul 5 12:08:21 CEST 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Strange TypeError message fixed in r73858: those pack operations now raise 
struct.error, like they do for all other integer codes.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list