[New-bugs-announce] [issue27843] Spaces in filenames in setuptools

Michael Felt report at bugs.python.org
Tue Aug 23 12:54:43 EDT 2016


New submission from Michael Felt:

p.s. - guessing on the component - this is after make install

+ make install DESTDIR=/var/aixtools/aixtools/python/3.6.0.164 > .buildaix/install.out
+ mkinstallp.ksh /var/aixtools/aixtools/python/3.6.0.164 > .buildaix/mkinstallp.out

+++++
renamed:./opt/lib/python3.6/site-packages/setuptools/script (dev).tmpl:./opt/lib/python3.6/site-packages/setuptools/script_dev_.tmpl
renamed:./opt/lib/python3.6/site-packages/setuptools/command/launcher manifest.xml:./opt/lib/python3.6/site-packages/setuptools/command/launcher_manifest.xml
+++++

My script scans for files with "hard to package" filenames, and I see two in site-packages/setuptools

No idea if this is new to Python-3.6, or if it has been around for a long time, but it does not seem "handy" to distribute files with " " in the filename.

----------
components: Installation
messages: 273490
nosy: Michael.Felt
priority: normal
severity: normal
status: open
title: Spaces in filenames in setuptools
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27843>
_______________________________________


More information about the New-bugs-announce mailing list