summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-11-12 10:32:47 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-11-12 10:32:47 (GMT)
commit040a927cd14e799454b246dd1f56fd7f4fdff03a (patch)
tree1d7e405492eecb89f90faf3751ee0368a81f2a56 /Misc
parent1ee79f16e859fd0a6ea3af64a539b5198b8ab7a3 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fdff1c6..3062bd5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.