[issue7844] Add -3 warning for absolute imports.

2012-09-26 Thread Mark Dickinson
Changes by Mark Dickinson : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue7844] Add -3 warning for absolute imports.

2010-05-25 Thread Benjamin Peterson
Benjamin Peterson added the comment: Yes, if soonish. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue7844] Add -3 warning for absolute imports.

2010-05-25 Thread Ezio Melotti
Ezio Melotti added the comment: Benjamin, are we still in time for this if someone provides a patch? -- nosy: +benjamin.peterson ___ Python tracker ___ __

[issue7844] Add -3 warning for absolute imports.

2010-04-26 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue7844] Add -3 warning for absolute imports.

2010-02-05 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti priority: -> normal stage: -> needs patch type: -> feature request ___ Python tracker ___ _

[issue7844] Add -3 warning for absolute imports.

2010-02-03 Thread Eric Smith
Changes by Eric Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue7844] Add -3 warning for absolute imports.

2010-02-03 Thread Mark Dickinson
New submission from Mark Dickinson : 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). -- components: Interpreter Core messages: 98781 nosy: mark.dickinson severity: normal status: open ti