Issue 1171: allow subclassing of bytes type (original) (raw)

Issue1171

Created on 2007-09-17 17:18 by mfenniak, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
bytes-subclass-patch.diff mfenniak,2007-09-17 17:18
Messages (2)
msg55970 - (view) Author: Mathieu Fenniak (mfenniak) Date: 2007-09-17 17:18
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).
msg57081 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-11-03 00:24
Committed revision 58819.
History
Date User Action Args
2022-04-11 14:56:26 admin set github: 45512
2008-01-06 22:29:45 admin set keywords: - py3kversions: Python 3.0
2007-11-03 00:24:44 gvanrossum set status: open -> closedresolution: acceptedmessages: +
2007-10-29 20:14:49 gvanrossum set priority: normal -> high
2007-09-18 15:15:55 jafo set priority: normalassignee: gvanrossumkeywords: + py3k, patchnosy: + gvanrossum
2007-09-17 17🔞33 mfenniak create