summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-07-24 23:00:24 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-07-24 23:00:24 (GMT)
commit66bb6e661cb4d29078dd28735fce225c0aeaed80 (patch)
tree9a9ad235dcec4f3ae1b5f7db5d5e2a7c3fc039f7 /Misc
parent5253da163c8faf789567ab0a709a176addb8d73d (diff)
downloadcpython-66bb6e661cb4d29078dd28735fce225c0aeaed80.zip
cpython-66bb6e661cb4d29078dd28735fce225c0aeaed80.tar.gz
cpython-66bb6e661cb4d29078dd28735fce225c0aeaed80.tar.bz2
SF bug 996392: math and cmath docs don't specify radians
Major rewrite of the math module docs. Slapped in "radians" where appropriate; grouped the functions into reasonable categories; supplied many more words to address common confusions about some of the subtler issues.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 55f5a14..4b5fae1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -139,7 +139,7 @@ C API
Documentation
-------------
-Improved the tutorial on creating types in C.
+- Improved the tutorial on creating types in C.
- point out the importance of reassigning data members before
assigning thier values
@@ -148,6 +148,7 @@ Improved the tutorial on creating types in C.
- mention the labor saving Py_VISIT and Py_CLEAR macros.
+- Major rewrite of the math module docs, to address common confusions.
New platforms
-------------