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 arigo
Recipients arigo
Date 2016-12-06.11:55:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481025349.5.0.376157422337.issue28884@psf.upfronthosting.co.za>
In-reply-to
Content
(B3) re.sub(b'y', bytearray(b'a'), bytearray(b'xyz')) -> b'xaz'

  re.sub(b'y', bytearray(b'\\n'), bytearray(b'xyz')) -> internal TypeError
History
Date User Action Args
2016-12-06 11:55:49arigosetrecipients: + arigo
2016-12-06 11:55:49arigosetmessageid: <1481025349.5.0.376157422337.issue28884@psf.upfronthosting.co.za>
2016-12-06 11:55:49arigolinkissue28884 messages
2016-12-06 11:55:49arigocreate