[Python-checkins] CVS: distutils TODO,1.3,1.4

Greg Ward python-dev@python.org
Fri, 23 Jun 2000 18:27:28 -0700


Update of /cvsroot/python/distutils
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9988

Modified Files:
	TODO 
Log Message:
Couple o' small changes.

Index: TODO
===================================================================
RCS file: /cvsroot/python/distutils/TODO,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** TODO	2000/06/07 03:11:17	1.3
--- TODO	2000/06/24 01:27:26	1.4
***************
*** 42,48 ****
--- 42,51 ----
    other people to try it out and I don't have time to review
    it right now (and he fixed a stupid bug in bdist.py for me)
+   [done 2000/06/23 GPW]
  
+ * review Rene Liebscher's cygwinccompiler.py contribution
  
  
+ 
  COMMAND-LINE PARSING
  --------------------
***************
*** 107,110 ****
--- 110,118 ----
  
  * support for PyFort (lower priority than SWIG!)
+ 
+ * OSF/1 problem: ld command has "*" in it, which is appropriate when
+   a shell is involved, but there isn't one here, so we need to
+   strip the quotes (and, ideally, put them back on again when
+   spawn() prints out the command run!)