[Python-checkins] r42512 - python/trunk/README

georg.brandl python-checkins at python.org
Mon Feb 20 11:24:07 CET 2006


Author: georg.brandl
Date: Mon Feb 20 11:24:06 2006
New Revision: 42512

Modified:
   python/trunk/README
Log:
bug #872175: add --with-fpectl to README



Modified: python/trunk/README
==============================================================================
--- python/trunk/README	(original)
+++ python/trunk/README	Mon Feb 20 11:24:06 2006
@@ -1057,6 +1057,11 @@
 
 --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)
 -------------------------------------------------------------


More information about the Python-checkins mailing list