Message 327412 - Python tracker

Message327412

Author jdemeyer
Recipients berker.peksag, docs@python, dstufft, eric.araujo, jdemeyer
Date 2018-10-09.14:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539096016.48.0.545547206417.issue25592@psf.upfronthosting.co.za>
In-reply-to
Content
There is also

commit fa2f4b6d8e297eda09d8ee52dc4a3600b7d458e7
Author: Greg Ward <gward@python.net>
Date:   Sat Jun 24 17:22:39 2000 +0000

    Changed the default installation directory for data files (used by
    the "install_data" command to the installation base, which is usually just
    sys.prefix.  (Any setup scripts out there that specify data files will have
    to set the installation directory, relative to the base, explicitly.)

with commit message stating that data_files are installed in sys.prefix.
History
Date User Action Args
2018-10-09 14:40:16jdemeyersetrecipients: + jdemeyer, eric.araujo, docs@python, berker.peksag, dstufft
2018-10-09 14:40:16jdemeyersetmessageid: <1539096016.48.0.545547206417.issue25592@psf.upfronthosting.co.za>
2018-10-09 14:40:16jdemeyerlinkissue25592 messages
2018-10-09 14:40:16jdemeyercreate