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 facundobatista
Recipients elachuni, facundobatista, georg.brandl, georg.brandl, kruegi, orsenthil, sjones
Date 2008-07-02.14:40:56
SpamBayes Score 0.011113779
Marked as misclassified No
Message-id <1215009657.46.0.910487914323.issue754016@psf.upfronthosting.co.za>
In-reply-to
Content
I think this last patch is ok, but the third case that was raised in the
web-sig should be addressed:

"""
There's even a 3rd case: HTTP's Request-URI. For example, '//path' must
be treated as an abs_path consisting of two path_segments ['', 'path'],
not a net_loc, since the Request_URI must be one of ("*" | absoluteURI |
abs_path | authority).
"""

Please, address this new detail, and I'd commit this. Thanks!
History
Date User Action Args
2008-07-02 14:40:57facundobatistasetspambayes_score: 0.0111138 -> 0.011113779
recipients: + facundobatista, georg.brandl, birkenfeld, sjones, kruegi, orsenthil, elachuni
2008-07-02 14:40:57facundobatistasetspambayes_score: 0.0111138 -> 0.0111138
messageid: <1215009657.46.0.910487914323.issue754016@psf.upfronthosting.co.za>
2008-07-02 14:40:56facundobatistalinkissue754016 messages
2008-07-02 14:40:56facundobatistacreate