diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-12 10:41:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-12 10:41:39 (GMT) |
commit | 065f0c8a06e20c0b4f8c500c237cbafa7af7bd18 (patch) | |
tree | 65cb2e35ed1a4cee4c34e978aeb5053cc0fe0099 /Misc | |
parent | 040a927cd14e799454b246dd1f56fd7f4fdff03a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(). |