New submission from Joshua Kugler <[EMAIL PROTECTED]>:
According to a discussion on comp.lang.python, re.findall and
re.finditer scan strings from left to right, and returns them in the
order it found them. It would be nice to note that in documentation.
--
assignee: georg.
Joshua Kugler <[EMAIL PROTECTED]> added the comment:
That looks good. Thanks!
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3384>
___
__
New submission from Joshua Kugler :
On the page lib/http-redirect-handler.html it says the signature of
redirect_request is:
redirect_request( req, fp, code, msg, hdrs)
It is actually:
redirect_request(req, fp, code, msg, hdrs, newurl)
Well, technically the signature is:
redirect_request
New submission from Joshua Kugler :
I tried to edit my e-mail address in the python bug tracker
(under "Your Details"), but when I hit submit, it tells me:
You do not have permission to edit user
--
components: None
messages: 83833
nosy: jkugler
severity: normal
status: