[Python-bugs-list] [ python-Bugs-418369 ] Typo in distutils (1.5 and 2.1)

noreply@sourceforge.net noreply@sourceforge.net
Mon, 23 Apr 2001 14:08:34 -0700


Bugs item #418369, was updated on 2001-04-23 14:08
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=418369&group_id=5470

Category: Distutils
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typo in distutils (1.5 and 2.1)

Initial Comment:
If README or README.txt are not specified in
doc_files, then bdist_rpm attempts to locate them. If
they exist, bdist_rpm adds them, erroneously, to
self.doc, instead of (correctly) to self.doc_files

self.doc does not exists, which then throws an
AttributeError

The offending code in Python 1.5 Distutils is
at or around line 192 of bdist_rpm.py

In Python 2.1 it is also at line 192 of bdist_rpm.py

Thanks!



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=418369&group_id=5470