cpython/Doc/ref
Thomas Wouters 8bad612881 Disallow "import mod.submod as m", because the result is ambiguous. Does it
load mod.submod as m, or mod as m ? Both can be achieved differently, and
unambiguously. Also attempt to document this restriction (editor
appreciated!)

Note that this is an artificial check during compile, because incorporating
this in the grammar is hard, and then adjusting the compiler to do the right
thing with the right nodes is harder.
2000-08-19 20:55:02 +00:00
..
.cvsignore Ignore the byproducts of SGML/XML conversions for now. 1998-12-01 18:58:28 +00:00
ref1.tex More of Rob W. W. Hooft's spelling fixes. The only ones left now are the 2000-07-16 19:05:38 +00:00
ref2.tex Merged changes from the 1.5.2p2 release. 2000-04-03 04:51:13 +00:00
ref3.tex Adjust the way __getslice__() is marked as deprecated; this will also 2000-08-18 02:42:14 +00:00
ref4.tex Merged changes from the 1.5.2p2 release. 2000-04-03 04:51:13 +00:00
ref5.tex Fix error made in applying Thomas's patch. 2000-08-15 18:44:10 +00:00
ref6.tex Disallow "import mod.submod as m", because the result is ambiguous. Does it 2000-08-19 20:55:02 +00:00
ref7.tex More of Rob W. W. Hooft's spelling fixes. The only ones left now are the 2000-07-16 19:05:38 +00:00
ref8.tex Use \programopt in one place. 1999-11-09 17:03:45 +00:00
ref.tex Use \citetitle as appropriate. 1999-11-10 16:13:25 +00:00
reswords.py Tiny utility prints the latest set of reserved words. 1997-05-08 23:21:48 +00:00