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 xiang.zhang
Recipients jonheiner, mark.dickinson, meador.inge, xiang.zhang
Date 2017-05-04.04:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493870886.18.0.96044639185.issue23816@psf.upfronthosting.co.za>
In-reply-to
Content
Note in the doc:

  Note that for unpack(), the 'p' format character consumes count bytes

I think this means you still need to specify the repeat count for unpacking 'p'.
History
Date User Action Args
2017-05-04 04:29:57xiang.zhangunlinkissue23816 messages
2017-05-04 04:08:06xiang.zhangsetrecipients: + xiang.zhang, mark.dickinson, meador.inge, jonheiner
2017-05-04 04:08:06xiang.zhangsetmessageid: <1493870886.18.0.96044639185.issue23816@psf.upfronthosting.co.za>
2017-05-04 04:08:06xiang.zhanglinkissue23816 messages
2017-05-04 04:08:05xiang.zhangcreate