Message83876
Fixed on trunk and py3k, can someone test on the release branches?
Python 2.7a0 (trunk, Feb 24 2009, 10:30:17)
>>> re.compile("a").match(pos=10)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: Required argument 'pattern' (pos 1) not found |
|
Date |
User |
Action |
Args |
2009-03-20 22:31:07 | ajaksu2 | set | recipients:
+ ajaksu2, loewis, birkenfeld, japierro |
2009-03-20 22:31:07 | ajaksu2 | set | messageid: <1237588267.55.0.477094949938.issue1283289@psf.upfronthosting.co.za> |
2009-03-20 22:31:06 | ajaksu2 | link | issue1283289 messages |
2009-03-20 22:31:06 | ajaksu2 | create | |
|