Issue 7844: Add -3 warning for absolute imports. (original) (raw)

Issue7844

Created on 2010-02-03 13:51 by mark.dickinson, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg98781 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2010-02-03 13:51
It would be good to have a -3 warning for any use of import in 2.7 whose semantics change in 3.x, as a result of the absolute imports PEP (PEP 328).
msg106459 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-05-25 18:17
Benjamin, are we still in time for this if someone provides a patch?
msg106475 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-05-25 20:56
Yes, if soonish.
History
Date User Action Args
2022-04-11 14:56:57 admin set github: 52092
2012-09-26 17:13:29 mark.dickinson set status: open -> closedresolution: out of date
2010-05-25 20:56:30 benjamin.peterson set messages: +
2010-05-25 18:17:25 ezio.melotti set nosy: + benjamin.petersonmessages: +
2010-04-26 18:11:36 jcea set nosy: + jcea
2010-02-05 16:24:55 ezio.melotti set priority: normalnosy: + ezio.melottitype: enhancementstage: needs patch
2010-02-03 14:08:22 eric.smith set nosy: + eric.smith
2010-02-03 13:51:20 mark.dickinson create