Added another suggestion
This commit is contained in:
parent
f6bdad8a7d
commit
e14d1ba7c4
|
@ -51,6 +51,8 @@ Proposed Changes
|
|||
And even if we did, that would mean creating yet another object
|
||||
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
|
||||
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
|
||||
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
|
||||
HTTPReqest/HTTPResponse objects.
|
||||
|
||||
|
|
Loading…
Reference in New Issue