This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author isandler
Recipients
Date 2006-04-27.14:46:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=971153


Also it appears that there is some kind of interference
between range checking and byte-order chars:

  import struct; struct.pack("H", 70000)  #Exception

  import struct; struct.pack(">H", 70000) # no exception
History
Date User Action Args
2007-08-23 14:32:42adminlinkissue1229380 messages
2007-08-23 14:32:42admincreate