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 neologix
Recipients alanmcintyre, ebfe, mcherm, neologix, ymgve
Date 2010-09-19.21:06:09
SpamBayes Score 0.0019904908
Marked as misclassified No
Message-id <1284930371.07.0.533345290326.issue4844@psf.upfronthosting.co.za>
In-reply-to
Content
Following EAFP principle, it would be better - cleaner and more efficient - to put the stuct.unpack inside a try/except clause than checking the lengths beforehand.
History
Date User Action Args
2010-09-19 21:06:11neologixsetrecipients: + neologix, mcherm, alanmcintyre, ebfe, ymgve
2010-09-19 21:06:11neologixsetmessageid: <1284930371.07.0.533345290326.issue4844@psf.upfronthosting.co.za>
2010-09-19 21:06:09neologixlinkissue4844 messages
2010-09-19 21:06:09neologixcreate