# HG changeset patch # User paulb # Date 1126044221 0 # Node ID 24700f67636d6c176745a850bdaef2b6eed7e9fb # Parent 0c99663815801809821553aac7c7e2a85bf28ac6 [project @ 2005-09-06 22:03:41 by paulb] Added documentation notes. diff -r 0c9966381580 -r 24700f67636d README.txt --- a/README.txt Tue Sep 06 17:38:55 2005 +0000 +++ b/README.txt Tue Sep 06 22:03:41 2005 +0000 @@ -84,6 +84,8 @@ include the Login application, since Konqueror (at least) does not share cookies across different port numbers on the same host. Added the SimpleWithLogin and Login applications to the demonstration. +Improved the documentation, adding information on request headers, and +describing file upload and session support limitations. New in WebStack 0.10 (Changes since WebStack 0.9) ------------------------------------------------- @@ -239,7 +241,8 @@ reviewed and be made compatible with non-cookie mechanisms. HeaderValue objects should be employed more extensively. Thus, the header -access methods may need to change their behaviour slightly. +access methods may need to change their behaviour slightly. The get_headers +method should potentially return a list for each item in the dictionary. WSGI support could demand that a special "end of headers" method be introduced into WebStack, thus making response output more efficient (and