[Python-Dev] Warnings for intra-package imports

Brett Cannon brett at python.org
Fri Jul 25 06:17:30 CEST 2008


On Thu, Jul 24, 2008 at 10:53 PM, Benjamin Peterson
<musiccomposition at gmail.com> 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 plan? I would like to see Py3k warnings for these
> kinds of imports at least.
>

It should still be the plan.

-Brett


More information about the Python-Dev mailing list