[Python-checkins] CVS: python/dist/src/Misc NEWS,1.51,1.52

Guido van Rossum python-dev@python.org
Fri, 1 Sep 2000 15:34:35 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18490

Modified Files:
	NEWS 
Log Message:
Remove the 1.5.2 news.  2.0 news is still to be done.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** NEWS	1999/04/13 15:52:45	1.51
--- NEWS	2000/09/01 22:34:33	1.52
***************
*** 2,6 ****
  ===========================
  
! Below is a list of all relevant changes since release 1.5.1.  Older
  changes are in the file HISTORY.  The most recent changes are listed
  first.
--- 2,6 ----
  ===========================
  
! Below is a list of all relevant changes since release 1.6.  Older
  changes are in the file HISTORY.  The most recent changes are listed
[...2335 lines suppressed...]
- 
- - The code that initializes sys.path now calls Py_GetPythonHome()
- instead of getenv("PYTHONHOME").  This, together with the new API
- Py_SetPythonHome(), makes it easier for embedding applications to
- change the notion of Python's "home" directory (where the libraries
- etc. are sought).
- 
- - Fixed a very old bug in the parsing of "O?" format specifiers.
  
  
  ======================================================================
--- 11,18 ----
  credit, let me know and I'll add you to the list!
  
  
  ======================================================================
  
+ <To be done>
  
  ======================================================================