Re: [Python-ideas] Proposal: Moratorium on Python language changes

Sorry for top posting and replying to a random message. I'm on a mobile device, and I fear a decision will be reached before I'm back at a real computer. It would be a shame to prevent any enhancements that would enable us to move forward on the distutils front, now that we finally have some momentum there. I'm thinking primarily of namespace packages (can't easily search for Martin's PEP just now). Most of the work will be in libraries, but adding a few core features might make things easier or better. But even if that didn't make the cut, I'm at least +0 on the idea. -- Eric. "Guido van Rossum" <guido@python.org> wrote:

On Wed, Oct 21, 2009 at 3:16 PM, Eric Smith <eric@trueblade.com> wrote:
Distutils != core language syntax. Distutils was already mentioned in guido's original email, and given it's a standard library module, it can continue to evolve. jesse

Jesse Noller wrote:
Distutils != core language syntax.
This, I know :)
I was specifically referring to PEP 382, which I'm hoping can be used to solve some of the heartburn that setuptools causes some people. I believe we'll need to modify the import machinery for it, since the PEP itself says "The import statement is extended so that it directly considers *.pth files during import". But I'll admit that I've not studied the PEP enough to know to implement it or how much it helps the situation. Eric.

On Wed, Oct 21, 2009 at 6:18 PM, Eric Smith <eric@trueblade.com> wrote:
"The import statement is extended so that it directly considers *.pth files during import".
This sounds like the implementation of the import statement, not the language definition. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller

On Wed, Oct 21, 2009 at 3:16 PM, Eric Smith <eric@trueblade.com> wrote:
Distutils != core language syntax. Distutils was already mentioned in guido's original email, and given it's a standard library module, it can continue to evolve. jesse

Jesse Noller wrote:
Distutils != core language syntax.
This, I know :)
I was specifically referring to PEP 382, which I'm hoping can be used to solve some of the heartburn that setuptools causes some people. I believe we'll need to modify the import machinery for it, since the PEP itself says "The import statement is extended so that it directly considers *.pth files during import". But I'll admit that I've not studied the PEP enough to know to implement it or how much it helps the situation. Eric.

On Wed, Oct 21, 2009 at 6:18 PM, Eric Smith <eric@trueblade.com> wrote:
"The import statement is extended so that it directly considers *.pth files during import".
This sounds like the implementation of the import statement, not the language definition. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller
participants (4)
-
Brett Cannon
-
Eric Smith
-
Fred Drake
-
Jesse Noller