[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.36,1.81.2.37

Moshe Zadka moshez@users.sourceforge.net
Sat, 31 Mar 2001 06:58:23 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv26992/Misc

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
- #227562 - urllib.py - call URLopener.http_error_default when
                        an invalid 401 request is being handled.
- urllib.py - provide simple recovery/escape from apparent redirect recursion
- #129288 - urllib.py - chanign %02x to %02X in quoting
- urllib.py - HTTPS now works with string URLs


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.36
retrieving revision 1.81.2.37
diff -C2 -r1.81.2.36 -r1.81.2.37
*** NEWS	2001/03/31 14:48:34	1.81.2.36
--- NEWS	2001/03/31 14:58:19	1.81.2.37
***************
*** 142,145 ****
--- 142,154 ----
  - #117606 - configure.in, configure - use gcc -shared and gcc -fPIC
  
+ - #227562 - urllib.py - call URLopener.http_error_default when
+                         an invalid 401 request is being handled.
+ 
+ - urllib.py - provide simple recovery/escape from apparent redirect recursion
+ 
+ - #129288 - urllib.py - chanign %02x to %02X in quoting
+ 
+ - urllib.py - HTTPS now works with string URLs
+ 
  What's New in Python 2.0?
  =========================