commit | 7066dd75c5ee8385135541d03fb8edd8939ad740 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Sep 17 17:54:56 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Sep 17 17:54:56 1992 +0000 |
tree | e118a32af87a83e295de0985b67da90524203c6a | |
parent | c2670a000bd69fb689a7b05436ff0091052f4f3c [diff] |
* Makefile: added IMGFILE; moved some stuff around. * flmodule.c: added some missing functions; changed readonly flags of some data members based upon FORMS documentation. * listobject.c: fixed int/long arg lint bug (bites PC compilers). * several: removed redundant print methods (repr is good enough). * posixmodule.c: added (still experimental) process group functions.