summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-28 10:37:42 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-28 10:37:42 (GMT)
commitd97c71fedacd070e22ec2de3cd2e6f03c3c8b520 (patch)
tree30e4dd07aff5ed3cbc3d136b1dfff72178f02ba2 /Misc
parentbb4e941c6d721c2461f7dd30a84565abc350eca3 (diff)
parentc2a7fd60e1e1cc86c52d7409b5b8d84ee447a4ae (diff)
downloadcpython-d97c71fedacd070e22ec2de3cd2e6f03c3c8b520.zip
cpython-d97c71fedacd070e22ec2de3cd2e6f03c3c8b520.tar.gz
cpython-d97c71fedacd070e22ec2de3cd2e6f03c3c8b520.tar.bz2
Merge from 3.2: improve argument/parameter documentation (issue #15990).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cd77da8..fd44ee6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -292,6 +292,8 @@ Tools/Demos
Documentation
-------------
+- Issue #15990: Improve argument/parameter documentation.
+
- Issue #16209: Move the documentation for the str built-in function to a new
str class entry in the "Text Sequence Type" section.