Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4926
| From | Gregory Ewing <greg.ewing@canterbury.ac.nz> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: seems like a bug in isinstance() |
| Date | 2011-05-08 10:58 +1200 |
| Message-ID | <92m151Fm76U1@mid.individual.net> (permalink) |
| References | <15501b92-9392-45d4-a337-c4064a237813@w36g2000vbi.googlegroups.com> <mailman.1231.1304675862.9059.python-list@python.org> <92kfkmF4d5U1@mid.individual.net> <619d1edd-4aeb-4c2d-a5c1-757f63e52bd5@d27g2000vbz.googlegroups.com> |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar
seems like a bug in isinstance() dmitrey <dmitrey15@gmail.com> - 2011-05-06 02:24 -0700
Re: seems like a bug in isinstance() Chris Rebert <clp2@rebertia.com> - 2011-05-06 02:57 -0700
Re: seems like a bug in isinstance() dmitrey <dmitrey15@gmail.com> - 2011-05-06 03:20 -0700
Re: seems like a bug in isinstance() Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-06 11:27 -0600
Re: seems like a bug in isinstance() Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-05-07 20:53 +1200
Re: seems like a bug in isinstance() dmitrey <dmitrey15@gmail.com> - 2011-05-07 03:04 -0700
Re: seems like a bug in isinstance() Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-05-08 10:58 +1200
csiph-web