[Python-checkins] python/dist/src/Lib/distutils/command bdist_dumb.py,1.16,1.16.26.1 bdist_wininst.py,1.27.4.1,1.27.4.2

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Thu, 18 Apr 2002 12:25:38 +1000


>>> anthonybaxter@sourceforge.net wrote
> Update of /cvsroot/python/python/dist/src/Lib/distutils/command
> In directory usw-pr-cvs1:/tmp/cvs-serv5636/Lib/distutils/command
> 
> Modified Files:
>       Tag: release22-maint
> 	bdist_dumb.py bdist_wininst.py 
> Log Message:
> backport tim_one's patch:
> 
> SF bug 543840: complex(string) accepts strings with \0
> complex_subtype_from_string():  this stopped parsing at the first 0
> byte, as if that were the end of the input string.
> 

Sigh. Sorry about the bogus commit message - creating a new backport-a-riffic
tool, and missed one earlier messed up message.

The real message is:

backport theller's patch

Set the warn_dir option to 0 before running the install command.
This suppresses bogus warnings about modules installed into a directory
not in sys.path.

Bugfix candidate


I'll try to remember the cvs options to fix the commit message now...

Anthony