Re: [Python-Dev] Warnings for intra-package imports

2008-07-24 Thread Brett Cannon
On Thu, Jul 24, 2008 at 10:53 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > I was just reading up on PEP 328. In the "Timeline" section, it > mentions that intra-package imports should raise a DeprecationWarning > in 2.6. This doesn't seem to be implemented currently. > > Is this still the pla

[Python-Dev] Warnings for intra-package imports

2008-07-24 Thread Benjamin Peterson
I was just reading up on PEP 328. In the "Timeline" section, it mentions that intra-package imports should raise a DeprecationWarning in 2.6. This doesn't seem to be implemented currently. Is this still the plan? I would like to see Py3k warnings for these kinds of imports at least. -- Cheers, B