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 spe-anatol
Recipients gregory.p.smith, spe-anatol
Date 2008-01-23.09:03:48
SpamBayes Score 0.014327035
Marked as misclassified No
Message-id <1201079030.16.0.228673621213.issue1789@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.5.1 (r251:54863, Oct  5 2007, 13:50:07) 
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import struct
>>> g_f = open('/dev/null')
>>> struct.unpack('L', g_f.read(04))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/struct.py", line 87, in unpack
    return o.unpack(s)
struct.error: unpack requires a string argument of length 8
History
Date User Action Args
2008-01-23 09:03:50spe-anatolsetspambayes_score: 0.014327 -> 0.014327035
recipients: + spe-anatol, gregory.p.smith
2008-01-23 09:03:50spe-anatolsetspambayes_score: 0.014327 -> 0.014327
messageid: <1201079030.16.0.228673621213.issue1789@psf.upfronthosting.co.za>
2008-01-23 09:03:49spe-anatollinkissue1789 messages
2008-01-23 09:03:48spe-anatolcreate