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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2008-04-03.00:26:20
SpamBayes Score 0.47242963
Marked as misclassified No
Message-id <1207182382.72.0.866250850169.issue2538@psf.upfronthosting.co.za>
In-reply-to
Content
Bytes should be immutable, but in test_socket.py:
    buf = b" "*1024
    nbytes = self.cli_conn.recv_into(buf)

This patch attempts to enforce readonly buffer on bytes
History
Date User Action Args
2008-04-03 00:26:22amaury.forgeotdarcsetspambayes_score: 0.47243 -> 0.47242963
recipients: + amaury.forgeotdarc
2008-04-03 00:26:22amaury.forgeotdarcsetspambayes_score: 0.47243 -> 0.47243
messageid: <1207182382.72.0.866250850169.issue2538@psf.upfronthosting.co.za>
2008-04-03 00:26:21amaury.forgeotdarclinkissue2538 messages
2008-04-03 00:26:21amaury.forgeotdarccreate