]> granicus.if.org Git - python/commit
Added an optional longname argument to Module, which gives the full,
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 17 Dec 2002 22:08:48 +0000 (22:08 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 17 Dec 2002 22:08:48 +0000 (22:08 +0000)
commitff38505f1a43113114416a860bc857e93ee34d48
tree037be0250826c5d7082a983ecfbf204737d45d61
parent92b5ca37c215fd2291c474c108361f09f9035a93
Added an optional longname argument to Module, which gives the full,
externally visible name of the module. This is so that type names can be
shown as "Carbon.File.FSSpec" even though the real name of the module is
"_File".
Tools/bgen/bgen/bgenModule.py