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 ajaksu2
Recipients ajaksu2, georg.brandl, japierro, loewis
Date 2009-03-20.22:31:06
SpamBayes Score 9.718232e-11
Marked as misclassified No
Message-id <1237588267.55.0.477094949938.issue1283289@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-03-20 22:31:07ajaksu2setrecipients: + ajaksu2, loewis, birkenfeld, japierro
2009-03-20 22:31:07ajaksu2setmessageid: <1237588267.55.0.477094949938.issue1283289@psf.upfronthosting.co.za>
2009-03-20 22:31:06ajaksu2linkissue1283289 messages
2009-03-20 22:31:06ajaksu2create