From: Georg Brandl Date: Mon, 20 Mar 2006 09:38:58 +0000 (+0000) Subject: Remove mention of fpectl in README. X-Git-Tag: v2.5a0~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0dd3e32f6c68f20666131810fe29c24c881af68;p=python Remove mention of fpectl in README. --- diff --git a/README b/README index cce60fa10f..c2408bdceb 100644 --- a/README +++ b/README @@ -1057,11 +1057,6 @@ 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) -------------------------------------------------------------