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

Moshe Zadka moshez@users.sourceforge.net
Sat, 31 Mar 2001 07:03:09 -0800


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
- distutils/command/install.py - make .get_outputs() produce a list of unique
                                 filenames


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.37
retrieving revision 1.81.2.38
diff -C2 -r1.81.2.37 -r1.81.2.38
*** NEWS	2001/03/31 14:58:19	1.81.2.37
--- NEWS	2001/03/31 15:03:07	1.81.2.38
***************
*** 147,153 ****
  - 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?
--- 147,156 ----
  - urllib.py - provide simple recovery/escape from apparent redirect recursion
  
! - #129288 - urllib.py - changing %02x to %02X in quoting
  
  - urllib.py - HTTPS now works with string URLs
+ 
+ - distutils/command/install.py - make .get_outputs() produce a list of unique 
+                                  filenames
  
  What's New in Python 2.0?