bpo-25592: improve documentation of data_files - #9767
Conversation
|
CC @dstufft (as suggested by https://devguide.python.org/experts/) |
There was a problem hiding this comment.
Side note: would be nice if the reST source stayed formatted evenly (i.e. 78 chars per line, roughly?).
There was a problem hiding this comment.
If you prefer... I don't think that's a good convention (it makes diffs messier) but I'll do it just for the sake of it.
There was a problem hiding this comment.
Move the sentence in the directory description above? i.e, have two paragraphs: one describing directory, the other describing files?
There was a problem hiding this comment.
I didn't quite follow what you were saying here, but I did organize the text in two paragraphs: the first about files, the second about directory.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
I have made the requested changes; please review again. |
|
Thanks for making the requested changes! @pitrou: please review the changes made to this pull request. |
|
Thanks @jdemeyer ! |
(cherry picked from commit 598e15d) Co-authored-by: jdemeyer <J.Demeyer@UGent.be>
|
GH-11701 is a backport of this pull request to the 3.7 branch. |
|
Please backport also to 2.7 |
|
GH-11734 is a backport of this pull request to the 2.7 branch. |
(cherry picked from commit 598e15d) Co-authored-by: jdemeyer <J.Demeyer@UGent.be>
data_filescan be installed inexec_prefix(this is simply not true).data_filesare installed insite.USER_BASEfor user installations.https://bugs.python.org/issue25592