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 loewis
Recipients
Date 2006-04-15.16:24:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

What is the reason for raising ValueError, instead of
returning True right away?

Please re-read section 14.25 of the RFC: a if-modified-since
date "from the future" must be considered invalid.

Also, there seems to be some interaction with the Range:
header. How is that dealt with?

Also, where is the length attribute to if-modified-since
specified?

Also, should there be changed to Doc/lib/libsimplehttp.tex?
History
Date User Action Args
2007-08-23 15:46:18adminlinkissue1442867 messages
2007-08-23 15:46:18admincreate