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 taleinat
Recipients barry, berker.peksag, larry, r.david.murray, serhiy.storchaka, taleinat
Date 2014-01-21.19:15:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390331755.86.0.781827672827.issue20187@psf.upfronthosting.co.za>
In-reply-to
Content
I've been working on converting unicode, bytes and bytearray, but their files are separated into Derby groups #10, #11 and #12. Could we create a new issue and move the relevant files to it?

The files I'd like to move:

From Derby #10 (issue20179):
    Objects/bytes_methods.c
    Objects/bytesobject.c

From Derby #11 (issue20180):
    Objects/unicodeobject.c
    Objects/stringlib/find.h
    Objects/stringlib/transmogrify.h

From Derby #12 (issue 20181):
    Objects/bytearrayobject.c: 13 sites
History
Date User Action Args
2014-01-21 19:15:55taleinatsetrecipients: + taleinat, barry, larry, r.david.murray, berker.peksag, serhiy.storchaka
2014-01-21 19:15:55taleinatsetmessageid: <1390331755.86.0.781827672827.issue20187@psf.upfronthosting.co.za>
2014-01-21 19:15:55taleinatlinkissue20187 messages
2014-01-21 19:15:55taleinatcreate