[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.30,1.81.2.31

Moshe Zadka moshez@users.sourceforge.net
Sat, 31 Mar 2001 05:52:04 -0800


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
The ".pth" code knew about the layout of Python trees on unix and
windows, but not on the mac. Fixed.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.30
retrieving revision 1.81.2.31
diff -C2 -r1.81.2.30 -r1.81.2.31
*** NEWS	2001/03/31 13:46:34	1.81.2.30
--- NEWS	2001/03/31 13:52:02	1.81.2.31
***************
*** 122,125 ****
--- 122,128 ----
  - Made statcache.forget_dir more portable
  
+ - In site.py, the ".pth" code knew about the layout of Python trees on 
+   unix and windows, but not on the mac. Fixed.
+ 
  What's New in Python 2.0?
  =========================