diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-19 10:49:52 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-12-19 10:49:52 (GMT) |
commit | 7bc0d872ddb023333acc05b7d038cdb74cfc047b (patch) | |
tree | 6225e5ecb0546a7826743510555c604751b238c7 /Misc | |
parent | 8a60e94802b04a838607b4aebba6fc8b70f7b87c (diff) | |
download | cpython-7bc0d872ddb023333acc05b7d038cdb74cfc047b.zip cpython-7bc0d872ddb023333acc05b7d038cdb74cfc047b.tar.gz cpython-7bc0d872ddb023333acc05b7d038cdb74cfc047b.tar.bz2 |
Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ Core and Builtins Library ------- +- Issue #3243: Support iterable bodies in httplib. Patch Contributions by + Xuanji Li and Chris AtLee. + - Issue #10611: SystemExit exception will no longer kill a unittest run. - Issue #9857: It is now possible to skip a test in a setUp, tearDown or clean |