durusmail: durus-users: Python 2.7+ (Re: apparently random bug in durus)
apparently random bug in durus
2010-06-21
2010-06-21
2010-06-21
2010-06-22
2010-06-22
2010-06-25
2010-06-25
2010-06-25
2010-06-25
2010-06-28
2010-06-28
2010-06-29
Python 2.7+ (Re: apparently random bug in durus)
2010-06-29
2010-06-28
2010-06-29
2010-06-29
2010-06-29
2010-06-29
2010-06-29
2010-06-30
2010-06-30
2010-06-30
2010-06-30
2010-06-30
2010-07-01
Python 2.7+ (Re: apparently random bug in durus)
Neil Schemenauer
2010-06-29
Michael Watkins  wrote:
> Never having once used relative imports in all these years, +1 from me.
> Running 2.6.x and 3.1.x or higher these days.

from __future__ only affects the module it appears in.  Aside from
package install errors, I guess it doesn't buy us too much.  Since
people are still using Python 2.4 we should probably forget for now.

BTW, I wonder how people are interested in a Python 2.7+?  Most of
the core Python developers want to stop the 2.x branch after 2.7.
I'm considering making my own branch, incorporating some of the
patches that didn't make it in 2.7.

  Neil

reply