Author vincentk
Recipients dalke, ijmorlan, jjlee, paulj, skip.montanaro, vincentk
Date 2007-11-22.11:21:42
SpamBayes Score 0.153283
Marked as misclassified No
Message-id <1195730503.23.0.990295970012.issue1462525@psf.upfronthosting.co.za>
In-reply-to
Content
In the meantime, I have found a very nice parser combinator library for
Python (pyparse) and have implemented a validating parser for RFC 3986
URI's by more or less simply converting the complete ABNF grammar found
in the RFC. Obviously, this will never make it into the stdlib, due to a
dependency on an external library (pyparse), but it might be useful to
other people as well.

It's available here:
http://www.kraeutler.net/vincent/pub/netaddress/netaddress-0.1.tar.gz
History
Date User Action Args
2007-11-22 11:21:43vincentksetspambayes_score: 0.153283 -> 0.153283
recipients: + vincentk, skip.montanaro, jjlee, dalke, paulj, ijmorlan
2007-11-22 11:21:43vincentksetspambayes_score: 0.153283 -> 0.153283
messageid: <1195730503.23.0.990295970012.issue1462525@psf.upfronthosting.co.za>
2007-11-22 11:21:43vincentklinkissue1462525 messages
2007-11-22 11:21:42vincentkcreate