diff options
author | Brian Curtin <brian@python.org> | 2012-12-17 05:58:09 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-12-17 05:58:09 (GMT) |
commit | 655b0c462f1ad300ef1cf775765489ced4a8616d (patch) | |
tree | 38f20aae11ecc021f65ca65bd2a480d1226ddda5 /Misc | |
parent | 697ce5560fec5bb3207f3d975e34dc6a702016ec (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |