diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-05-16 13:47:03 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-05-16 13:47:03 (GMT) |
commit | ebed75116fcd1ebc4737c4ba77b9b74c8b032742 (patch) | |
tree | ee10da97ba30b2d0740ce01eef71aa8d74c1b19e /Tools/modulator/README | |
parent | 52e02998ef9d0c5643cf037f2db3cc5cf7c8c451 (diff) | |
download | cpython-ebed75116fcd1ebc4737c4ba77b9b74c8b032742.zip cpython-ebed75116fcd1ebc4737c4ba77b9b74c8b032742.tar.gz cpython-ebed75116fcd1ebc4737c4ba77b9b74c8b032742.tar.bz2 |
Templates converted to new naming conventions (thanks to Chak Tan)
Diffstat (limited to 'Tools/modulator/README')
-rw-r--r-- | Tools/modulator/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Tools/modulator/README b/Tools/modulator/README index 7ed09c8..def9cb5 100644 --- a/Tools/modulator/README +++ b/Tools/modulator/README @@ -1,7 +1,11 @@ -This is release 1.0 of modulator, a generator of boilerplate code for +This is release 1.1 of modulator, a generator of boilerplate code for modules to be written in C. -Usage when you have tk is *reall* simple: start modulator, fill out +There is only one difference with release 1.0, really: the templates +now use "new-style" naming conventions. Many thanks to Chak Tan +<tan@ee.rochester.edu> for supplying them. + +Usage when you have tk is *really* simple: start modulator, fill out the forms specifying all the objects and methods, tell modulator whether objects should also be accessible as sequences, etc and press 'generate code'. It will write a complete skeleton module for you. |