Ticket #542 (assigned defect)

Opened 3 years ago

Last modified 3 years ago

Support for relative import

Reported by: haoyu Owned by: haoyu
Priority: major Milestone: 1.0
Component: Pure Python Mode Keywords:
Cc:

Description

Python >=2.5 supports relative import:

from . import foo
from ...bar import xxx

this is not supported by Cython yet.

Relative import is described in  PEP0328.

Change History

Changed 3 years ago by haoyu

Patch uploaded for review:  http://codereview.appspot.com/1734044

Changed 3 years ago by haoyu

  • owner changed from somebody to haoyu
  • status changed from new to assigned
Note: See TracTickets for help on using tickets.