seems like a bug in isinstance()
Gregory Ewing
greg.ewing at canterbury.ac.nz
Sat May 7 18:58:39 EDT 2011
dmitrey wrote:
> Yes, you are right. But I have to do it due to another issue I haven't
> solved yet: Python3 imports don't see files from same directory
> http://groups.google.com/group/comp.lang.python/browse_thread/thread/9470dbdacc138709#
That's because the syntax for relative imports has changed
in Python 3. See the recent comment on your posting there
for details.
--
Greg
More information about the Python-list
mailing list