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 Alex.Leon
Recipients Alex.Leon, orsenthil, petri.lehtinen
Date 2011-08-03.11:46:57
SpamBayes Score 0.00038003648
Marked as misclassified No
Message-id <1312372018.0.0.112232867709.issue12541@psf.upfronthosting.co.za>
In-reply-to
Content
For some reason a caret went missing in the regex fix.
It should read

'realm=(["\']?)([^"\']*)\\2', re.I)
History
Date User Action Args
2011-08-03 11:46:58Alex.Leonsetrecipients: + Alex.Leon, orsenthil, petri.lehtinen
2011-08-03 11:46:58Alex.Leonsetmessageid: <1312372018.0.0.112232867709.issue12541@psf.upfronthosting.co.za>
2011-08-03 11:46:57Alex.Leonlinkissue12541 messages
2011-08-03 11:46:57Alex.Leoncreate