[issue14259] re.finditer() doesn't accept keyword arguments

2012-03-12 Thread Sean Reifschneider
Sean Reifschneider j...@tummy.com added the comment: Working on this. -- nosy: +jafo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14259 ___ ___

[issue14259] re.finditer() doesn't accept keyword arguments

2012-03-12 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo versions: +Python 3.3 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14259 ___

[issue14259] re.finditer() doesn't accept keyword arguments

2012-03-12 Thread Sean Reifschneider
Sean Reifschneider j...@tummy.com added the comment: Attached is a patch which implements this, including updated tests. I would appreciate a review of this patch. -- assignee: - ezio.melotti keywords: +needs review, patch stage: - patch review Added file:

[issue14259] re.finditer() doesn't accept keyword arguments

2012-03-12 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 1adb114343f9 by Sean Reifschneider in branch 'default': closes #14259 re.finditer() now takes keyword arguments: pos, endpos. http://hg.python.org/cpython/rev/1adb114343f9 -- nosy: +python-dev resolution: -

[issue14259] re.finditer() doesn't accept keyword arguments

2012-03-11 Thread Eric V. Smith
Changes by Eric V. Smith e...@trueblade.com: -- title: regex.finditer() doesn't accept keyword arguments - re.finditer() doesn't accept keyword arguments ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14259