Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4926
| 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 <greg.ewing@canterbury.ac.nz> |
| 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> (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> |
| 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 |
Show key headers only | View raw
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