[Python-checkins] CVS: python/dist/src/Python bltinmodule.c

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 19 Jul 1999 11:21:17 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Python
In directory weyr:/home/fdrake/projects/python/Python

Modified Files:
	bltinmodule.c 
Log Message:

Fixed order of parameters in slice() docstring.  The Library Reference 
had it right!  Reported by Tim Hochberg <tim.hochberg@ieee.org>.