diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-12 10:32:47 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-12 10:32:47 (GMT) |
commit | 040a927cd14e799454b246dd1f56fd7f4fdff03a (patch) | |
tree | 1d7e405492eecb89f90faf3751ee0368a81f2a56 /Misc | |
parent | 1ee79f16e859fd0a6ea3af64a539b5198b8ab7a3 (diff) | |
download | cpython-040a927cd14e799454b246dd1f56fd7f4fdff03a.zip cpython-040a927cd14e799454b246dd1f56fd7f4fdff03a.tar.gz cpython-040a927cd14e799454b246dd1f56fd7f4fdff03a.tar.bz2 |
Patch #1065257: Support passing open files as body in
HTTPConnection.request().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -96,6 +96,9 @@ Core and builtins Library ------- +- Patch #1065257: Support passing open files as body in + HTTPConnection.request(). + - Bug #1569790: mailbox.py: Maildir.get_folder() and MH.get_folder() weren't passing the message factory on to newly created Maildir/MH objects. |