Message171550
Attaching first version of patch. Interestingly, not all of these pass when I tried applying to 2.7. For example,
>>> int(base='foo')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: an integer is required
So at least one modification will be needed there. |
|
| Date |
User |
Action |
Args |
| 2012-09-28 23:51:58 | chris.jerdonek | set | recipients:
+ chris.jerdonek, pitrou, ezio.melotti |
| 2012-09-28 23:51:58 | chris.jerdonek | set | messageid: <[email protected]> |
| 2012-09-28 23:51:58 | chris.jerdonek | link | issue16045 messages |
| 2012-09-28 23:51:58 | chris.jerdonek | create | |
|