summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-12-17 05:58:09 (GMT)
committerBrian Curtin <brian@python.org>2012-12-17 05:58:09 (GMT)
commit655b0c462f1ad300ef1cf775765489ced4a8616d (patch)
tree38f20aae11ecc021f65ca65bd2a480d1226ddda5 /Misc
parent697ce5560fec5bb3207f3d975e34dc6a702016ec (diff)
downloadcpython-655b0c462f1ad300ef1cf775765489ced4a8616d.zip
cpython-655b0c462f1ad300ef1cf775765489ced4a8616d.tar.gz
cpython-655b0c462f1ad300ef1cf775765489ced4a8616d.tar.bz2
Fix #14901. Update the Windows FAQ.
Patch by Ashish Nitin Patil.
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 73f2398..9e172ca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -799,6 +799,9 @@ Tools/Demos
Documentation
-------------
+- Issue #14901: Update portions of the Windows FAQ.
+ Patch by Ashish Nitin Patil.
+
- Issue #15990: Improve argument/parameter documentation.
- Issue #13538: Improve str() and object.__str__() documentation.