[Python-checkins] CVS: distutils/distutils/command dist.py

Greg Ward python-dev@python.org
Tue, 4 Apr 2000 20:18:17 -0400 (EDT)


Update of /projects/cvsroot/distutils/distutils/command
In directory thrak:/scratch/python/distutils/distutils/command

Modified Files:
      Tag: Distutils_0_1_3-branch
	dist.py 
Log Message:
Python 1.5.1 compatibility hacks:
  - define our own 'rmtree()' -- the one in shutil was broken in 1.5.1
  - refer to os.error instead of OSError
  - don't assume IOError and os.error objects have 'filename' and
    'strerror' attributes -- inspect first
  - don't use list.pop()