Added another suggestion

This commit is contained in:
Andrew M. Kuchling 2000-11-10 17:06:53 +00:00
parent f6bdad8a7d
commit e14d1ba7c4
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,8 @@ Proposed Changes
And even if we did, that would mean creating yet another object And even if we did, that would mean creating yet another object
with its __init__ call and associated overhead. with its __init__ call and associated overhead.
cgi.py: Delete the references to self.lines for file uploads
cgi.py: Ideally, the pseudo-dictionary syntax would go away. It cgi.py: Ideally, the pseudo-dictionary syntax would go away. It
seems to me that the main reason it is there is to accomodate seems to me that the main reason it is there is to accomodate
@ -84,6 +86,8 @@ Proposed Changes
available through the FieldStorage interface, either as entries available through the FieldStorage interface, either as entries
with None as values, or in a separate list. with None as values, or in a separate list.
Utility function: build a query string from a list of 2-tuples
Higher-level frameworks: add something like Webware or Zope's Higher-level frameworks: add something like Webware or Zope's
HTTPReqest/HTTPResponse objects. HTTPReqest/HTTPResponse objects.