diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-20 12:32:15 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1995-06-20 12:32:15 (GMT) |
commit | 138497d65b4496cdc41eddc1d9c791c6f049a5ee (patch) | |
tree | 145b8353c788fa1b5a5f65c12fdb4159daccf153 /Tools | |
parent | 9a69112f85a52e87a171aa3346b5406f794c74ed (diff) | |
download | cpython-138497d65b4496cdc41eddc1d9c791c6f049a5ee.zip cpython-138497d65b4496cdc41eddc1d9c791c6f049a5ee.tar.gz cpython-138497d65b4496cdc41eddc1d9c791c6f049a5ee.tar.bz2 |
Updated
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/modulator/README | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Tools/modulator/README b/Tools/modulator/README index def9cb5..30b5622 100644 --- a/Tools/modulator/README +++ b/Tools/modulator/README @@ -1,9 +1,12 @@ -This is release 1.1 of modulator, a generator of boilerplate code for +This is release 1.2 of modulator, a generator of boilerplate code for modules to be written in C. -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. +Difference between 1.2 and 1.1: __doc__ templates are now generated +(thanks to Jim Fulton). + +Difference between 1.1 and 1.0: 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 |