]> granicus.if.org Git - python/commit
closes #14259 re.finditer() now takes keyword arguments: pos, endpos.
authorSean Reifschneider <jafo@tummy.com>
Tue, 13 Mar 2012 00:22:38 +0000 (18:22 -0600)
committerSean Reifschneider <jafo@tummy.com>
Tue, 13 Mar 2012 00:22:38 +0000 (18:22 -0600)
commit7b3c975aafc40f09bfd0c39e42153c3a0d086fba
tree7c9214b99b13b7c65116b5c72135dfa9332beca0
parent45e50de1f5eed5b2ee936e36dd297cd6a43c042d
closes #14259 re.finditer() now takes keyword arguments: pos, endpos.
Contrary to the documentation, finditer() did not take pos and endpos
keyword arguments.
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c