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

2012-03-12 Thread Roundup Robot
Roundup Robot 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: -> fixed stage: patch review -> co

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

2012-03-12 Thread Sean Reifschneider
Sean Reifschneider 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: http://bugs.python.org/file24805/cpytho

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

2012-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing l

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

2012-03-12 Thread Sean Reifschneider
Sean Reifschneider added the comment: Working on this. -- nosy: +jafo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

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

2012-03-11 Thread Eric V. Smith
Changes by Eric V. Smith : -- title: regex.finditer() doesn't accept keyword arguments -> re.finditer() doesn't accept keyword arguments ___ Python tracker ___ _