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 torsten.becker
Recipients ezio.melotti, hkBst, jcea, r.david.murray, rhettinger, santoso.wijaya, torsten.becker
Date 2011-04-12.13:04:07
SpamBayes Score 1.7032542e-08
Marked as misclassified No
Message-id <1302613448.76.0.163444271651.issue11828@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, since nobody stopped me by complaining about the approach or the first patch, I now fixed this for bytes and bytearray as well. :)

I renamed the old _ParseTupleFinds function to stringlib_parse_tuple_finds, added a parameter for function name, and another if it shall do unicode conversion.  I used this helper function throughout all 3 files now.

I am new to writing C code for Python, so any comments on how to improve the patch are welcome.
History
Date User Action Args
2011-04-12 13:04:09torsten.beckersetrecipients: + torsten.becker, rhettinger, jcea, ezio.melotti, r.david.murray, santoso.wijaya, hkBst
2011-04-12 13:04:08torsten.beckersetmessageid: <1302613448.76.0.163444271651.issue11828@psf.upfronthosting.co.za>
2011-04-12 13:04:08torsten.beckerlinkissue11828 messages
2011-04-12 13:04:08torsten.beckercreate