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 pitrou
Recipients pitrou
Date 2008-01-30.10:57:02
SpamBayes Score 0.00077590736
Marked as misclassified No
Message-id <1201690684.03.0.553815304341.issue1972@psf.upfronthosting.co.za>
In-reply-to
Content
Currently some tests in test_bytes.py only test bytearray, others only
test bytes. Here is a patch to try to make test coverage more extensive.
You'll notice there is a small hack in test_fromhex, that's because
bytes.fromhex is buggy, I'll open a separate bug entry for that.
History
Date User Action Args
2008-01-30 10:58:04pitrousetspambayes_score: 0.000775907 -> 0.00077590736
recipients: + pitrou
2008-01-30 10:58:04pitrousetspambayes_score: 0.000775907 -> 0.000775907
messageid: <1201690684.03.0.553815304341.issue1972@psf.upfronthosting.co.za>
2008-01-30 10:57:03pitroulinkissue1972 messages
2008-01-30 10:57:02pitroucreate