summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-11-12 10:41:39 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-11-12 10:41:39 (GMT)
commit065f0c8a06e20c0b4f8c500c237cbafa7af7bd18 (patch)
tree65cb2e35ed1a4cee4c34e978aeb5053cc0fe0099 /Misc
parent040a927cd14e799454b246dd1f56fd7f4fdff03a (diff)
downloadcpython-065f0c8a06e20c0b4f8c500c237cbafa7af7bd18.zip
cpython-065f0c8a06e20c0b4f8c500c237cbafa7af7bd18.tar.gz
cpython-065f0c8a06e20c0b4f8c500c237cbafa7af7bd18.tar.bz2
Patch #1355023: support whence argument for GzipFile.seek.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3062bd5..39b6985 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,8 @@ Core and builtins
Library
-------
+- Patch #1355023: support whence argument for GzipFile.seek.
+
- Patch #1065257: Support passing open files as body in
HTTPConnection.request().