This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner, wkentaro
Date 2015-07-30.07:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438242464.37.0.894733996874.issue24753@psf.upfronthosting.co.za>
In-reply-to
Content
> I think it is good to have a function which can be used easily when distributing this kind of package.

I don't think that we should put this stuff into distutils, it's too specific for UNIX, and your patch only supports a few shells.

It's better to put that into a project which is updated more frequently on PyPI.

Stdlib is more for "frozen" stuff, we only update the stdlib every ~18 months! (each Python major release)
History
Date User Action Args
2015-07-30 07:47:44vstinnersetrecipients: + vstinner, wkentaro
2015-07-30 07:47:44vstinnersetmessageid: <1438242464.37.0.894733996874.issue24753@psf.upfronthosting.co.za>
2015-07-30 07:47:44vstinnerlinkissue24753 messages
2015-07-30 07:47:44vstinnercreate