Author ncoghlan
Recipients
Date 2006-06-08.12:11:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1038590

Uploaded version 0.4

This version cleans up the logic in resolve_uripath a bit
(use a separate loop to strip the leading dot segments, add
comments explaining meaning of if statements when dealing
with dot segments).

It also exposes EmailPath (along with split_emailpath and
join_emailpath) as public objects, rather than treating them
as internal to the MailtoSchemeParser.
History
Date User Action Args
2007-08-23 15:52:36adminlinkissue1500504 messages
2007-08-23 15:52:36admincreate