Re: [Python-Dev] Absolute imports in Python 2.x?

2010-02-06 Thread Brett Cannon
On Wed, Feb 3, 2010 at 05:57, Nick Coghlan ncogh...@gmail.com wrote: Mark Dickinson wrote: Agreed on all points.  Would it be terrible to simply add all relevant tags the moment a PEP is accepted?  E.g., if a PEP pronounces some particular behaviour deprecated in Python 3.3 and removed in

Re: [Python-Dev] Absolute imports in Python 2.x?

2010-02-03 Thread Mark Dickinson
On Tue, Feb 2, 2010 at 1:20 PM, Eric Smith e...@trueblade.com wrote: Mark Dickinson wrote: What are the current plans for PEP 328 (the absolute imports PEP) in Python 2.x? Not sure about the decision one way or the other. But if there's not going to be a 2.8, and if DeprecationWarnings are

Re: [Python-Dev] Absolute imports in Python 2.x?

2010-02-03 Thread Nick Coghlan
Mark Dickinson wrote: Agreed on all points. Would it be terrible to simply add all relevant tags the moment a PEP is accepted? E.g., if a PEP pronounces some particular behaviour deprecated in Python 3.3 and removed in Python 3.4, then corresponding release blockers for 3.3 and 3.4 could be

Re: [Python-Dev] Absolute imports in Python 2.x?

2010-02-03 Thread Eric Smith
Mark Dickinson wrote: On Tue, Feb 2, 2010 at 1:20 PM, Eric Smith e...@trueblade.com wrote: Mark Dickinson wrote: What are the current plans for PEP 328 (the absolute imports PEP) in Python 2.x? Not sure about the decision one way or the other. But if there's not going to be a 2.8, and if

Re: [Python-Dev] Absolute imports in Python 2.x?

2010-02-03 Thread Brett Cannon
On Wed, Feb 3, 2010 at 05:57, Nick Coghlan ncogh...@gmail.com wrote: Mark Dickinson wrote: Agreed on all points.  Would it be terrible to simply add all relevant tags the moment a PEP is accepted?  E.g., if a PEP pronounces some particular behaviour deprecated in Python 3.3 and removed in

[Python-Dev] Absolute imports in Python 2.x?

2010-02-02 Thread Mark Dickinson
What are the current plans for PEP 328 (the absolute imports PEP) in Python 2.x? The PEP says: In Python 2.6, any import statement that results in an intra-package import will raise DeprecationWarning (this also applies to from import that fails to use the relative import syntax). In Python

Re: [Python-Dev] Absolute imports in Python 2.x?

2010-02-02 Thread Eric Smith
Mark Dickinson wrote: What are the current plans for PEP 328 (the absolute imports PEP) in Python 2.x? The PEP says: In Python 2.6, any import statement that results in an intra-package import will raise DeprecationWarning (this also applies to from import that fails to use the relative

Re: [Python-Dev] Absolute imports in Python 2.x?

2010-02-02 Thread Brett Cannon
On Tue, Feb 2, 2010 at 05:20, Eric Smith e...@trueblade.com wrote: Mark Dickinson wrote: What are the current plans for PEP 328 (the absolute imports PEP) in Python 2.x? The PEP says: In Python 2.6, any import statement that results in an intra-package import will raise DeprecationWarning