diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-02-27 16:50:01 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-02-27 16:50:01 (GMT) |
commit | da1329b4f91026a938efb650af42102fae74b945 (patch) | |
tree | c6fe63742d846a41637030d7dc2652e6ce9e2c5a /Misc/NEWS | |
parent | eb65125dda75d172c4e920e3d5da1f0d407415f9 (diff) | |
download | cpython-da1329b4f91026a938efb650af42102fae74b945.zip cpython-da1329b4f91026a938efb650af42102fae74b945.tar.gz cpython-da1329b4f91026a938efb650af42102fae74b945.tar.bz2 |
Trimmed trailing whitespace.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ 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 +- 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. |