[Python-checkins] CVS: python/dist/src/Tools/bgen/bgen bgenObjectDefinition.py

Guido van Rossum guido@cnri.reston.va.us
Mon, 15 Mar 1999 11:37:56 -0500 (EST)


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

Modified Files:
	bgenObjectDefinition.py 
Log Message:
New mixin class that defines cmp and hash that use
the ob_itself pointer.  This allows (when using the mixin)
different Python objects pointing to the same C object and
behaving well as dictionary keys.

Or so sez Jack Jansen...