]> granicus.if.org Git - python/commitdiff
bug #872175: add --with-fpectl to README
authorGeorg Brandl <georg@python.org>
Mon, 20 Feb 2006 10:24:06 +0000 (10:24 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 20 Feb 2006 10:24:06 +0000 (10:24 +0000)
README

diff --git a/README b/README
index c2408bdcebbe9efc2fe80af0dc37de7001d77305..cce60fa10f95f7a7a375658eff413abeba692f60 100644 (file)
--- a/README
+++ b/README
@@ -1057,6 +1057,11 @@ Modules/getpath.o.
 
 --with-tsc: Profile using the Pentium timestamping counter (TSC).
 
+--with-fpectl:  Enable building the ``fpectl'' module which can be used
+       to control the generation of SIGFPE and its conversion into a
+       Python exception. Note: this module is dangerous or useless
+       except in the hands of experts.
+
 
 Building for multiple architectures (using the VPATH feature)
 -------------------------------------------------------------