[Python-checkins] CVS: python/dist/src/Demo/sockets mcast.py

Guido van Rossum guido@cnri.reston.va.us
Sat, 7 Aug 1999 10:01:06 -0400 (EDT)


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

Modified Files:
	mcast.py 
Log Message:
Ofir Reichenberg suggested to apply htonl() to grpaddr in openmcastsock().
Also got rid of unnecessary use of eval() and regsub.gsub().