[Python-checkins] CVS: distutils README.txt,1.10,1.11

Greg Ward python-dev@python.org
Tue, 11 Apr 2000 20:41:45 -0400 (EDT)


Update of /projects/cvsroot/distutils
In directory kaluha:/tmp/cvs-serv6477

Modified Files:
	README.txt 
Log Message:
Two more missing features.

Index: README.txt
===================================================================
RCS file: /projects/cvsroot/distutils/README.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** README.txt	2000/04/11 21:16:56	1.10
--- README.txt	2000/04/12 00:41:42	1.11
***************
*** 260,263 ****
--- 260,265 ----
    * Mac OS support only partially included
    * no test suite (hmm, is this testing thing a common theme?)
+   * doesn't check to see if you're clobbering an existing module
+     installation
  
  There are some major features that still need to be added:
***************
*** 267,270 ****
--- 269,274 ----
    * no support for probing the target system for either C- or Python-
      level dependencies
+   * no knowledge of whether you have installed some module distribution
+     before
    * no support for running test suites
    * no support for processing documentation (and no standard
***************
*** 327,331 ****
    * Corran Webster: Mac OS support in general
    * Bastian Kleineidam: the "clean" command, and a pile of
!     patches and bug-fixes, large and small
  
  [spiritual, in roughly chronological order since the birth of the project]
--- 331,335 ----
    * Corran Webster: Mac OS support in general
    * Bastian Kleineidam: the "clean" command, and a pile of
!     patches, bug-fixes, and ideas, large and small
  
  [spiritual, in roughly chronological order since the birth of the project]
***************
*** 347,349 ****
      the CPAN archive (Jarkko), and the CPAN module (Andreas)
  
! $Id: README.txt,v 1.10 2000/04/11 21:16:56 gward Exp $
--- 351,353 ----
      the CPAN archive (Jarkko), and the CPAN module (Andreas)
  
! $Id: README.txt,v 1.11 2000/04/12 00:41:42 gward Exp $