commit | deacce2c8799c3aa5adfdc4263cc5bf1e933867e | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 18 12:46:26 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Aug 18 12:46:26 2004 +0000 |
tree | 7e1faf8637a0f77b317b72ba28b4835d3a8fb68b | |
parent | c473c99d16b43544fffcc8a33fbc61c95061b088 [diff] [blame] |
Patch #800236: add HTTPResponse.getheaders().
diff --git a/Misc/NEWS b/Misc/NEWS index 95d9f8d..c6857dc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Library ------- +- HTTPResponse has now a getheaders method. + - Patch #1006219: let inspect.getsource handle '@' decorators. Thanks Simon Percivall.