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 gregory.p.smith, gvanrossum
Date 2007-10-12.02:42:32
SpamBayes Score 0.41505584
Marked as misclassified No
Message-id <ca471dc20710111942l36875c74v3d7e16686fd7e9c7@mail.gmail.com>
In-reply-to <1192150615.15.0.333789718136.issue1261@psf.upfronthosting.co.za>
Content
> Patch updated.  It now implements the is*() methods for PyBytes.  It
> moves common code into a shared bytes_ctype.c and .h file so that
> stringobject.c and bytesobject.c can share as much as possible.

Did you move this into the stringlib subdirectory? That's more for
sharing between PyString and PyUnicode, but I think there are more
opportunities for sharing still, and PyString/PyBytes sharing makes
sense separately.
History
Date User Action Args
2007-10-12 02:42:33gvanrossumsetspambayes_score: 0.415056 -> 0.41505584
recipients: + gvanrossum, gregory.p.smith
2007-10-12 02:42:33gvanrossumlinkissue1261 messages
2007-10-12 02:42:32gvanrossumcreate