diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-02-05 17:09:41 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-02-05 17:09:41 (GMT) |
commit | 0075690ced8026e68cf96e3bf9310c9002b2d36f (patch) | |
tree | 63a660dc5c75ba11299244ce7d42d64471e5ac0b /Misc/NEWS | |
parent | 55cd82fe0adc0a7ceb93eb1b6e9de6a25fd7adb9 (diff) | |
download | cpython-0075690ced8026e68cf96e3bf9310c9002b2d36f.zip cpython-0075690ced8026e68cf96e3bf9310c9002b2d36f.tar.gz cpython-0075690ced8026e68cf96e3bf9310c9002b2d36f.tar.bz2 |
Patch #1412872: zipfile: use correct system type on unixy systems.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -358,6 +358,9 @@ Extension Modules Library ------- +- Patch #1412872: zipfile now sets the creator system to 3 (Unix) + unless the system is Win32. + - Patch #1349118: urllib now supports user:pass@ style proxy specifications, raises IOErrors when proxies for unsupported protocols are defined, and uses the https proxy on https redirections. |