Path: csiph.com!x330-a1.tempe.blueboxinc.net!aioe.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: seems like a bug in isinstance() Date: Sun, 08 May 2011 10:58:39 +1200 Lines: 12 Message-ID: <92m151Fm76U1@mid.individual.net> References: <15501b92-9392-45d4-a337-c4064a237813@w36g2000vbi.googlegroups.com> <92kfkmF4d5U1@mid.individual.net> <619d1edd-4aeb-4c2d-a5c1-757f63e52bd5@d27g2000vbz.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 6lr7veuWpwaVcOoDvn4+Swz66fSbd0B6i/nplhEC/FZgDOgBnr Cancel-Lock: sha1:KJDIMLkRQNOt51R7dhfo8YReI2A= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: <619d1edd-4aeb-4c2d-a5c1-757f63e52bd5@d27g2000vbz.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4926 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