Renewed resolver, closes PY-19 and supposedly PY-13.

Introduces a new internal interface for easier resolution.
       Corrects fromQualifiedPackageImportFile and LookAhead tests.
       There is a known problem with Jython resolution using "import *", to be fixed later.
This commit is contained in:
Dmitry Cheryasov
2008-07-30 07:47:38 +04:00
parent 37de2911db
commit dfd8e8b62f
30 changed files with 730 additions and 114 deletions
+3 -4
View File
@@ -1,5 +1,4 @@
g<ref>gg("q")
def f():
return f<ref>oo
def f(q): pass
ggg = f
foo = 1