[Python-ideas] PEP: Distributing a Subset of the Standard Library

2016-11-28 Thread Tomas Orsava
hon/pkg3.5-debian/view/head:/patches/tkinter-import.diff Copyright = This document has been placed in the public domain. Regards, Tomas Orsava ___ Python-ideas mailing l

Re: [Python-ideas] PEP: Distributing a Subset of the Standard Library

2016-11-28 Thread Tomas Orsava
On 11/28/2016 03:32 PM, Paul Moore wrote: On 28 November 2016 at 13:28, Tomas Orsava <tors...@redhat.com> wrote: The ``.missing.py`` extension will be added to the end of the list, and configured to be handled by ``SourceFileLoader``. Thus, if a module is not found in its proper lo

Re: [Python-ideas] PEP: Distributing a Subset of the Standard Library

2016-11-29 Thread Tomas Orsava
://mail.python.org/pipermail/python-ideas/2016-November/043837.html Tomas Orsava On Mon, Nov 28, 2016 at 8:13 AM, Paul Moore <p.f.mo...@gmail.com <mailto:p.f.mo...@gmail.com>> wrote: On 28 November 2016 at 15:51, Tomas Orsava <tors...@redhat.com <mailto:tors...@

Re: [Python-ideas] PEP: Distributing a Subset of the Standard Library

2016-12-06 Thread Tomas Orsava
On 12/06/2016 03:27 AM, Nick Coghlan wrote: On 5 December 2016 at 22:53, Tomas Orsava <tors...@redhat.com> wrote: On 12/05/2016 01:42 PM, Nick Coghlan wrote: Essentially, that would be the "name.missing.py" part of the draft proposal for optional standard library modules, jus

Re: [Python-ideas] PEP: Distributing a Subset of the Standard Library

2016-12-05 Thread Tomas Orsava
On 12/05/2016 01:42 PM, Nick Coghlan wrote: On 5 December 2016 at 19:56, Tomas Orsava <tors...@redhat.com> wrote: On 12/03/2016 05:08 AM, Nick Coghlan wrote: Though I believe the default sys.excepthook function is currently written in C, so it wouldn't be very easy for distri

Re: [Python-ideas] PEP: Distributing a Subset of the Standard Library

2016-12-05 Thread Tomas Orsava
On 12/03/2016 05:08 AM, Nick Coghlan wrote: Though I believe the default sys.excepthook function is currently written in C, so it wouldn't be very easy for distributors to customize it. Maybe it could be made to read module=error_message pairs from some external file, which would be easier to