Python3 - How do I import a class from another file

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Dec 13 23:36:53 EST 2019


On 14/12/19 5:13 pm, boB Stepp wrote:
> is it true that CPython itself is free to
> implement these behaviors differently in its own future versions?

Yes. That's why it's not a good idea to rely on them even
if you only intend to run your code on CPython.

-- 
Greg


More information about the Python-list mailing list