Re: [python-committers] do we still believe explicit relative imports are bad as PEP 8 claims?

2011-02-23 Thread Barry Warsaw
On Feb 18, 2011, at 12:36 PM, Brett Cannon wrote: >It says they are "highly discouraged" because "absolute imports are >more portable and usually more readable", but now that people have had >a chance to use explicit relative imports, do people still believe >this? I mean if we truly believed this

Re: [python-committers] do we still believe explicit relative imports are bad as PEP 8 claims?

2011-02-23 Thread Brett Cannon
On Wed, Feb 23, 2011 at 15:13, Barry Warsaw wrote: > On Feb 18, 2011, at 12:36 PM, Brett Cannon wrote: > > >It says they are "highly discouraged" because "absolute imports are > >more portable and usually more readable", but now that people have had > >a chance to use explicit relative imports, d

[python-committers] www.python.org/3.2.(x|0) do not exist

2011-02-23 Thread Brett Cannon
Not sure if Martin is the only person who can fix this, but it would be nice to have those URLs working. ___ python-committers mailing list python-committers@python.org http://mail.python.org/mailman/listinfo/python-committers

Re: [python-committers] do we still believe explicit relative imports are bad as PEP 8 claims?

2011-02-23 Thread Barry Warsaw
On Feb 23, 2011, at 03:32 PM, Brett Cannon wrote: >What kind of example are you setting as the FLUFL if you won't even file a >bug report?!? Don't make me hold your __future__ statement ransom! If I filed a bug report every time I actually found a bug, I'd never be able to read email! Wait, hmmm

Re: [python-committers] http://www.python.org/3.2.(x|0) do not exist

2011-02-23 Thread Martin v. Löwis
Am 24.02.2011 02:39, schrieb Brett Cannon: > Not sure if Martin is the only person who can fix this, but it would be > nice to have those URLs working. I have added a redirect for 3.2.x. I haven't added one for 3.2.0, since we currently don't have any redirects for X.Y.0, only for X.Y. Regards, M