On Tue, Sep 6, 2016 at 12:41 PM, Tomas Orsava <tors...@redhat.com> wrote: > Hi! > > I'm currently writing a PEP titled "Distributing a Subset of the Standard > Library" to standardize and hopefully improve the behavior of Python without > the its full standard library. This is relevant to Fedora, as we exclude > several standard library modules into separate optional packages (e.g. > python3-tkinter). > > I have a draft of the first two sections: Motivation and Specification. > https://fedora-python.github.io/pep-drafts/pep-A.html > > The source can be found here: https://github.com/fedora-python/pep-drafts
Why doesn't Python offer dist data indicating the modules that are included in the standard library? That way there doesn't need to be much special handling to support whether it's an external package or a standard library module. Things like dependency generators can pick this up properly. I think Perl does it that way... -- 真実はいつも一つ!/ Always, there's only one truth! _______________________________________________ python-devel mailing list python-devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/python-devel@lists.fedoraproject.org