Berker Peksag added the comment:
Issue 25592 is a duplicate of this and but it has a patch that almost ready to
commit so I'm closing this one.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: test needed -> resolved
status: open -> closed
superseder: -> distutils docs: data_fi
Éric Araujo added the comment:
Thanks for the report. Do you have a script or test to reproduce the bug?
Otherwise I’ll try to write one.
--
assignee: tarek -> eric.araujo
nosy: +eric.araujo
stage: -> test needed
versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6
___
New submission from rioch :
In the disutils documentation for data_files, it states:
"If directory is a relative path, it is interpreted relative to the
installation prefix (Python’s sys.prefix for pure-Python packages,
sys.exec_prefix for packages that contain extension modules)."
However,