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 gvanrossum
Recipients gvanrossum
Date 2007-10-15.23:26:51
SpamBayes Score 0.37224472
Marked as misclassified No
Message-id <1192490811.67.0.131142181278.issue1282@psf.upfronthosting.co.za>
In-reply-to
Content
Once PEP 3137 is fully implemented, the re module needs to be fixed so
that the regex argument, the substitution argument, and the argument
being searched/replaced are allowed to be arbitrary bytes arrays; where
hashing is needed a copy in an immutable bytes object can be made.
History
Date User Action Args
2007-10-15 23:26:51gvanrossumsetspambayes_score: 0.372245 -> 0.37224472
recipients: + gvanrossum
2007-10-15 23:26:51gvanrossumsetspambayes_score: 0.372245 -> 0.372245
messageid: <1192490811.67.0.131142181278.issue1282@psf.upfronthosting.co.za>
2007-10-15 23:26:51gvanrossumlinkissue1282 messages
2007-10-15 23:26:51gvanrossumcreate