This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Move fpectl elsewhere in library reference
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, hoffman
Priority: normal Keywords:

Created on 2006-09-11 10:47 by hoffman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg29795 - (view) Author: Michael Hoffman (hoffman) Date: 2006-09-11 10:47
The fpectl module is not installed by default, but it
still has a prominent place in the library reference. I
think it should be moved to Optional Operating System
Services and a note added at the top that it is not
installed by default.
msg29796 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-10-12 11:41
Logged In: YES 
user_id=849994

Added a note in rev. 52307, 52308 (2.5).
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 43961
2006-09-11 10:47:39hoffmancreate