Add fpectl and fpetest modules.

This commit is contained in:
Guido van Rossum 1997-02-14 23:03:31 +00:00
parent 4a3df1c936
commit 10efb05d51
1 changed files with 7 additions and 0 deletions

View File

@ -322,5 +322,12 @@ parser parsermodule.c
cStringIO cStringIO.c
cPickle cPickle.c
# Lee Busby's SIGFPE modules.
# The library to link fpectl with is platform specific.
# See instructions in fpectlmodule.c.
#fpectl fpectlmodule.c
#fpetest fpetestmodule.c
# Example -- included for reference only:
# xx xxmodule.c