diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-05-09 15:25:02 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-05-09 15:25:02 (GMT) |
commit | c7ae19b6a7cf819d5646f2c88c5dd6e2c244939d (patch) | |
tree | f57fd821f8b18ada6e40a25e141d3cfa1eddda2a /Misc | |
parent | 87cf220972c9cb400ddcd577962883dcc5dca51a (diff) | |
download | cpython-c7ae19b6a7cf819d5646f2c88c5dd6e2c244939d.zip cpython-c7ae19b6a7cf819d5646f2c88c5dd6e2c244939d.tar.gz cpython-c7ae19b6a7cf819d5646f2c88c5dd6e2c244939d.tar.bz2 |
Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the
sending of headers to output stream and flushing the internal headers buffer.
Patch contribution by Andrew Schaaf
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -140,6 +140,10 @@ Core and Builtins Library ------- +- Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages + the sending of headers to output stream and flushing the internal headers + buffer. Patch contribution by Andrew Schaaf + - Issue #11743: Rewrite multiprocessing connection classes in pure Python. - Issue #11164: Stop trying to use _xmlplus in the xml module. |