]> granicus.if.org Git - python/commitdiff
Disable building of the fpectl module -- it's dangerous or useless
authorGuido van Rossum <guido@python.org>
Wed, 25 Sep 2002 15:02:44 +0000 (15:02 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 25 Sep 2002 15:02:44 +0000 (15:02 +0000)
except in the hands of experts.  Will backport to 2.2.2.

Misc/NEWS

index 175d16a8203dd7062dda6c22fd27e4be499d1b78..04f7876d060e83ee6f61aa72d1fd2aa4a72e78f1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -499,10 +499,13 @@ Tools/Demos
 Build
 -----
 
+- The fpectl module is not built by default; it's dangerous or useless
+  except in the hands of experts.
+
 - The public Python C API will generally be declared using PyAPI_FUNC
-   and PyAPI_DATA macros, while Python extension module init functions
-   will be declared with PyMODINIT_FUNC.  DL_EXPORT/DL_IMPORT macros
-   are deprecated.
+  and PyAPI_DATA macros, while Python extension module init functions
+  will be declared with PyMODINIT_FUNC.  DL_EXPORT/DL_IMPORT macros
+  are deprecated.
 
 - A bug was fixed that could cause COUNT_ALLOCS builds to segfault, or
   get into infinite loops, when a new-style class got garbage-collected.