Added two math module feature requests.

This commit is contained in:
Tim Peters 2001-06-04 18:50:40 +00:00
parent af71a6d5d2
commit de16d3df2a
1 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Status: Active
Type: Informational
Created: 12-Sep-2000
Introduction
This PEP contains a list of feature requests that may be
@ -62,6 +63,7 @@ Core Language / Builtins
http://sourceforge.net/bugs/?func=detailbug&bug_id=116405&group_id=5470
Standard Library
- The test suite is incomplete (and probably always will be).
@ -218,6 +220,14 @@ Standard Library
http://sourceforge.net/bugs/?func=detailbug&bug_id=132493&group_id=5470
- Fatter math module docs and docstrings.
http://sf.net/tracker/?func=detail&aid=426539&group_id=5470&atid=105470
- New math module radians() and degrees() functions.
http://sf.net/tracker/?func=detail&aid=426539&group_id=5470&atid=105470
Tools