Revision 3efafd77498def137f4afbcf2abee9aa2aed460a authored by Ezio Melotti on 02 August 2010, 18:40:55 UTC, committed by Ezio Melotti on 02 August 2010, 18:40:55 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77942 | ezio.melotti | 2010-02-03 07:37:26 +0200 (Wed, 03 Feb 2010) | 1 line

  #7092: Silence more py3k warnings. Patch by Florent Xicluna.
........
  r79023 | ezio.melotti | 2010-03-17 15:52:48 +0200 (Wed, 17 Mar 2010) | 1 line

  #7092: silence some more py3k warnings.
........
1 parent 5ff2745
Raw File
README
This is release 1.2 of modulator, a generator of boilerplate code for
modules to be written in C.

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
whether objects should also be accessible as sequences, etc and press
'generate code'. It will write a complete skeleton module for you.

Usage when you don't have tk is slightly more difficult. Look at
EXAMPLE.py for some details (to run, use "python EXAMPLE.py").  Don't
bother with EXAMPLE.py if you have Tkinter!!!

Oh yeah: you'll probably want to change Templates/copyright, or all
your code ends up as being copyrighted to CWI:-)

Let me know what you think,
				Jack Jansen, jack@cwi.nl
				
back to top