]> granicus.if.org Git - python/commit
Re-allow 'import mod.submod as s', and change its meaning to what it should
authorThomas Wouters <thomas@python.org>
Sun, 27 Aug 2000 20:16:32 +0000 (20:16 +0000)
committerThomas Wouters <thomas@python.org>
Sun, 27 Aug 2000 20:16:32 +0000 (20:16 +0000)
commite753ef8d1bd8df8df7b74ca99de3341b204f2277
treee2382517916cd41096849638382a231782079a76
parent8ebe84dff587ad921000062fc1bbfd6146b5d36a
Re-allow 'import mod.submod as s', and change its meaning to what it should
mean; the same as 'from mod import submod as s'.
Python/compile.c