[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.39,1.81.2.40

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


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

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
- #233253 - distutils/command/build_ext.py - the --define and --undef options
            didn't work, whether specified on the command-line or in setup.cfg.
- distutils/command/build_ext.py - make docstrings raw
- #128930 - distutils/command/build_ext.py - split rpath argument
Suggested by AMK, but had to be massaged a bit from the cvs diff


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.39
retrieving revision 1.81.2.40
diff -C2 -r1.81.2.39 -r1.81.2.40
*** NEWS	2001/03/31 15:44:15	1.81.2.39
--- NEWS	2001/03/31 16:09:32	1.81.2.40
***************
*** 156,159 ****
--- 156,166 ----
  - pyexpat.c - removed memory leaks
  
+ - #233253 - distutils/command/build_ext.py - the --define and --undef options 
+             didn't work, whether specified on the command-line or in setup.cfg.
+ 
+ - distutils/command/build_ext.py - make docstrings raw
+ 
+ - #128930 - distutils/command/build_ext.py - split rpath argument
+ 
  What's New in Python 2.0?
  =========================