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 mfenniak
Recipients mfenniak
Date 2007-09-17.17:18:33
SpamBayes Score 0.0031927011
Marked as misclassified No
Message-id <1190049514.0.0.613469664366.issue1171@psf.upfronthosting.co.za>
In-reply-to
Content
Uploading patch to make bytes type subclassable.

As e-mailed to python-3000 list during discussion with Guido, attached
patch to make bytes type subclassable.  Included are unit tests, and a
minor fix for pickling subclass instances (including __dict__ in
bytes_reduce).
Files
File name Uploaded
bytes-subclass-patch.diff mfenniak, 2007-09-17.17:18:33
History
Date User Action Args
2007-09-17 17:18:34mfenniaksetspambayes_score: 0.0031927 -> 0.0031927011
recipients: + mfenniak
2007-09-17 17:18:34mfenniaksetspambayes_score: 0.0031927 -> 0.0031927
messageid: <1190049514.0.0.613469664366.issue1171@psf.upfronthosting.co.za>
2007-09-17 17:18:33mfenniaklinkissue1171 messages
2007-09-17 17:18:33mfenniakcreate