[Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Mon, 17 May 1999 10:47:11 -0400 (EDT)


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

Modified Files:
	python.sty 
Log Message:

\declaremodule:  Make this more robust.  Only attempt to add an index
		 entry based on the module type if the type is known.
		 Otherwise, spit out a warning the the module type
		 parameter was bad and generate a "plain" index entry.

		 Without this, the bad module type was emitted as
		 text.

Problem noticed by processing Michael Hudson's docs for
bytecodehacks.