Message133547
Hi, I started working on a first patch for this. A function _ParseTupleFinds() exists which does the proper parsing for this kind of arguments in unicodeobject.c, I adapted it to be usable for startswith() and endswith() besides find() and friends.
In issue-8282-v1.patch I fixed this for startswith() and endswith(). count() suffered from the same behavior and I updated it there as well. |
|
| Date |
User |
Action |
Args |
| 2011-04-11 22:39:36 | torsten.becker | set | recipients:
+ torsten.becker, rhettinger, jcea, r.david.murray, santoso.wijaya, hkBst |
| 2011-04-11 22:39:36 | torsten.becker | set | messageid: <[email protected]> |
| 2011-04-11 22:39:35 | torsten.becker | link | issue11828 messages |
| 2011-04-11 22:39:35 | torsten.becker | create | |
|