From 4355b54b618e0b8c67ef60cc2fe7c5e46d9fff38 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Fri, 30 Jun 2006 16:55:39 +0000 Subject: [PATCH] Include open issue for the PEP 328/338 relative import handling question --- pep-0356.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pep-0356.txt b/pep-0356.txt index d2d0c90c0..efbe4f677 100644 --- a/pep-0356.txt +++ b/pep-0356.txt @@ -155,6 +155,13 @@ Open issues http://python.org/sf/1501934 http://python.org/sf/1333982 + - Should relative imports from __main__ work when feasible? + Bug report: http://python.org/sf/1510172 + Rev 47142 updated -m switch to always set a __module_name__ attribute + Patch attached to bug report makes import.c aware of that attribute. + Needs a call from the release managers as to whether to apply the + second half of the fix, or else roll back the first half. + - Missing documentation * ElementTree/cElementTree (Fredrik Lundh) Needs latex-ifcation, patch at http://python.org/sf/1504046