summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-01-14 08:11:39 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2016-01-14 08:11:39 (GMT)
commit86f7109dadea2c5c97c15e1878b862e769199d1d (patch)
treec22a89a5d097cf25a93c30121c4aa8545cd8df84 /Misc
parent4e280a6f9fe9b052912de1aa11205346f91bb279 (diff)
downloadcpython-86f7109dadea2c5c97c15e1878b862e769199d1d.zip
cpython-86f7109dadea2c5c97c15e1878b862e769199d1d.tar.gz
cpython-86f7109dadea2c5c97c15e1878b862e769199d1d.tar.bz2
Issue #25822: Add docstrings to the fields of urllib.parse results.
Patch contributed by Swati Jaiswal.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08f057d..c3a2574 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -128,6 +128,9 @@ Core and Builtins
Library
-------
+- Issue #25822: Add docstrings to the fields of urllib.parse results.
+ Patch contributed by Swati Jaiswal.
+
- Issue #22642: Convert trace module option parsing mechanism to argparse.
Patch contributed by SilentGhost.