diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-02-06 08:21:37 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-02-06 08:21:37 (GMT) |
commit | bf5e9604cc5a5ae61181b093193286f06a502ad6 (patch) | |
tree | c20966ea695e430b9dddae88196def7aca84f309 /Misc | |
parent | 088ca8b9470e51b932b73d6b39d970b0292f2ba3 (diff) | |
download | cpython-bf5e9604cc5a5ae61181b093193286f06a502ad6.zip cpython-bf5e9604cc5a5ae61181b093193286f06a502ad6.tar.gz cpython-bf5e9604cc5a5ae61181b093193286f06a502ad6.tar.bz2 |
Issue #20289: cgi.FieldStorage() now supports the context management protocol.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -235,6 +235,9 @@ Core and Builtins Library ------- +- Issue #20289: cgi.FieldStorage() now supports the context management + protocol. + - Issue #13128: Print response headers for CONNECT requests when debuglevel > 0. Patch by Demian Brecht. |