Re: iPython executes org.py in directory

Paul Moore <[email protected]> Fri, 20 May 2016 12:45:45 +0100
Newsgroups gmane.comp.python.ipython.user
Message-ID <CACac1F9SeUW0c2NmVw=q=FAgburuOU624u=YEaiedvHMaWQ4iw@mail.gmail.com>
On 20 May 2016 at 12:41, Florian Lindner <[email protected]> wrote:
> So it's in python's core. I guess either org.py is not a good name or I should put it in a if __name__ == "__main__" clause.

Looking at copy.py, this looks like it might be something specific for
Jython (which uses module names like "org.python.x" AIUI). It might be
worth raising an issue at bugs.python.org for this.

Paul