diff -r ffa851df0825 -r 2fb8b9db1c86 symbian-qemu-0.9.1-12/python-2.6.1/Tools/framer/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/symbian-qemu-0.9.1-12/python-2.6.1/Tools/framer/README.txt Fri Jul 31 15:01:17 2009 +0100 @@ -0,0 +1,8 @@ +framer is a tool to generate boilerplate code for C extension types. + +The boilerplate is generated from a specification object written in +Python. The specification uses the class statement to describe the +extension module and any extension types it contains. From the +specification, framer can generate all the boilerplate C code, +including function definitions, argument handling code, and type +objects.