[Python-checkins] CVS: python/dist/src/Lib fpformat.py

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Tue, 29 Jun 1999 11:49:35 -0400 (EDT)


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

Modified Files:
	fpformat.py 
Log Message:

Define NotANumber as a subclass of ValueError when using class-based
exceptions.

When raising NotANumber, pass the string that failed as the exception
value.