Message208728
Attaching a new patch for complete conversion of Objects/unicodeobject.c.
This is to replace the previous patch for this file.
This new patch also converts all other possible unicode methods,
including those not using PyArg_* functions. This includes various
methods with no arguments or with one PyObject* argument.
Unicode methods still not converted, probably impossible to convert:
1) The various find methods (index, count, startswith, rfind, etc.),
because they use a special function
'stringlib_parse_args_finds_unicode' to parse their arguments
2) format and format_map, since they are defined elsewhere
3) _decimal2ascii, since it is just for debugging |
|
Date |
User |
Action |
Args |
2014-01-22 01:30:06 | taleinat | set | recipients:
+ taleinat, larry |
2014-01-22 01:30:06 | taleinat | set | messageid: <1390354206.08.0.647338642845.issue20180@psf.upfronthosting.co.za> |
2014-01-22 01:30:05 | taleinat | link | issue20180 messages |
2014-01-22 01:30:05 | taleinat | create | |
|