Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #109910

Re: Conversion: execfile --> exec

From Michael Selik <michael.selik@gmail.com>
Newsgroups comp.lang.python
Subject Re: Conversion: execfile --> exec
Date 2016-06-13 22:14 +0000
Message-ID <mailman.45.1465856071.2288.python-list@python.org> (permalink)
References (3 earlier) <2ff66017-2c20-40eb-8e9d-853b33ec239b@googlegroups.com> <CAGgTfkPtvFgTEpgz=vKCrZtu2_KxozacLFzGsGK_E3LpfGu5+Q@mail.gmail.com> <mailman.43.1465838297.2288.python-list@python.org> <9f4457b3-4f31-4285-ad66-eb4db87b8dd9@googlegroups.com> <CAGgTfkOyn0bqBzPSvQcug8fNWLJUAG1U+XC7B+Gae6GKbWfToQ@mail.gmail.com>

Show all headers | View raw


On Mon, Jun 13, 2016 at 1:51 PM Rustom Mody <rustompmody@gmail.com> wrote:

> looks (to me) like an intent to import the package chaco with no locals
> and globals -- Just guessing of course
>

And without creating a module object. I suppose that means it doesn't get
cached in sys.modules either. Not sure if that's a feature or a bug.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: Conversion: execfile --> exec MRAB <python@mrabarnett.plus.com> - 2016-06-13 15:11 +0100
  Re: Conversion: execfile --> exec Rustom Mody <rustompmody@gmail.com> - 2016-06-13 07:31 -0700
    Re: Conversion: execfile --> exec Michael Selik <michael.selik@gmail.com> - 2016-06-13 17:18 +0000
      Re: Conversion: execfile --> exec Rustom Mody <rustompmody@gmail.com> - 2016-06-13 10:45 -0700
        Re: Conversion: execfile --> exec Michael Selik <michael.selik@gmail.com> - 2016-06-13 22:14 +0000

csiph-web