[Python-checkins] CVS: python/dist/src/Modules _tkinter.c bsddbmodule.c signalmodule.c socketmodule.c stdwinmodule.c threadmodule.c

Guido van Rossum guido@cnri.reston.va.us
Mon, 21 Dec 1998 14:32:45 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Modules
In directory eric:/projects/python/develop/guido/src/Modules

Modified Files:
	_tkinter.c bsddbmodule.c signalmodule.c socketmodule.c 
	stdwinmodule.c threadmodule.c 
Log Message:
Thanks to Chris Herborth, the thread primitives now have proper Py*
names in the source code (they already had those for the linker,
through some smart macros; but the source still had the old, un-Py names).