[Python-checkins] distutils TODO,1.12,1.13

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Tue, 19 Nov 2002 06:50:35 -0800


Update of /cvsroot/python/distutils
In directory sc8-pr-cvs1:/tmp/cvs-serv19529

Modified Files:
	TODO 
Log Message:
Add todo list for 1.0.4/Python 2.3
Remove more irrelevant items


Index: TODO
===================================================================
RCS file: /cvsroot/python/distutils/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TODO	19 Nov 2002 14:22:09 -0000	1.12
--- TODO	19 Nov 2002 14:50:33 -0000	1.13
***************
*** 1,2 ****
--- 1,13 ----
+ DISTUTILS 1.0.4 PLANS
+ ---------------------
+ 
+ * fix bdist_dumb
+ 
+ * get the test suites running again
+ 
+ * add Richard Jones' register command.
+ 
+ 
+ 
  DISTUTILS 1.1 PLANS
  -------------------
***************
*** 20,25 ****
    any others that people suggest.
  
- * add Richard Jones' register command.
- 
  [Thomas Heller]
  * extend the install_* commands so that they write uninstall
--- 31,34 ----
***************
*** 41,52 ****
    windows installer, but nothing more)
  
- [Paul Moore]
- * Change default install location for Mac to site-packages
-   (to match what site.py in 2.1 does) [I have no personal
-   interest in Macs, this just seems sensible]
- 
- * Change default install location on Windows to site-packages
-   (if Paul Moore's PEP on this subject - unnumbered as yet - gets accepted)
- 
  
  GENERAL
--- 50,53 ----
***************
*** 64,70 ****
    build are the right way, so those should be preferred)
  
- * should also allow overriding LDSHARED (eg. for Python 1.5 under Solaris),
-   maybe CC
- 
  * install_data should install to $prefix by default, not $prefix/share
    (and should warn if developer doesn't supply any dir component:
--- 65,68 ----
***************
*** 87,113 ****
  * write write write
  
- * include a standard blurb for README files somewhere
- 
  
  PATCH REVIEW/INTEGRATION
  ------------------------
  
! * review Rene Liebscher's patch for help options: he changed
!     archive_util.py
!     ccompiler.py
!     command/bdist.py
!     command/build.py
!     command/build_clib.py
!     command/build_ext.py
!     command/sdist.py
!     dist.py
!   ...and I checked 'em all in without review because I want
!   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
!   [started and aborted, 2000/06/24 GPW; asked Rene to resubmit patch
!    with stylistic changes]
  
  
--- 85,93 ----
  * write write write
  
  
  PATCH REVIEW/INTEGRATION
  ------------------------
  
! * nothing at this point
  
  
***************
*** 154,163 ****
     temporary compile and link steps]
  
- * Cygwin/Mingw32 support
-   [Rene Liebscher is working on this]
- 
- * Borland C++ support
-   [Lyle Johnson is working on this]
- 
  * Unix: -g comes from Makefile, and is unaffected by --debug or lack
    thereof (I think --debug is ignored by UnixCCompiler)
--- 134,137 ----
***************
*** 240,246 ****
    reinitialize, refinalize, and (presumably) rerun commands
    [done 2000/06/06 GPW]
- 
- * minimal Windows installer ("bdist_wininst")
-   [Thomas Heller is working on this]
  
  * Wise installer for Windows ("bdist_wise")
--- 214,217 ----