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 dougfort
Recipients
Date 2001-06-07.20:41:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6399

I have already overloaded parse_declaration. I will withdraw
the patch. However, I would like to make one final comment.

<rant>
A rigid interpretation of the RFCs is correct in servers,
but clients should be as flexible as possible, to handle
real servers.  Our system (http://www.stressmy.com) uses
heavily overloaded versions of sgmllib, httplib, and other
Python library modules because while they may adhere here to
some notion of academic purity, they just don't work very
well against real websites.
</rant>

Whew, I feel better now.  
History
Date User Action Args
2007-08-23 15:05:53adminlinkissue429171 messages
2007-08-23 15:05:53admincreate