summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-08-18 12:46:26 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-08-18 12:46:26 (GMT)
commitdeacce2c8799c3aa5adfdc4263cc5bf1e933867e (patch)
tree7e1faf8637a0f77b317b72ba28b4835d3a8fb68b /Misc/NEWS
parentc473c99d16b43544fffcc8a33fbc61c95061b088 (diff)
downloadcpython-deacce2c8799c3aa5adfdc4263cc5bf1e933867e.zip
cpython-deacce2c8799c3aa5adfdc4263cc5bf1e933867e.tar.gz
cpython-deacce2c8799c3aa5adfdc4263cc5bf1e933867e.tar.bz2
Patch #800236: add HTTPResponse.getheaders().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 95d9f8db..c6857dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Extension modules
Library
-------
+- HTTPResponse has now a getheaders method.
+
- Patch #1006219: let inspect.getsource handle '@' decorators. Thanks Simon
Percivall.