summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-17 21:23:42 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-17 21:23:42 (GMT)
commitc3cf97b4ea05fc79b7753c66e31d861cadb0607e (patch)
tree340db55ad099d4a1cff59104843c4574ddcbb5ce /Misc
parentf34890937bd5776fb21f1f6c686e033beb9b8a5c (diff)
downloadcpython-c3cf97b4ea05fc79b7753c66e31d861cadb0607e.zip
cpython-c3cf97b4ea05fc79b7753c66e31d861cadb0607e.tar.gz
cpython-c3cf97b4ea05fc79b7753c66e31d861cadb0607e.tar.bz2
Issue #20265: Updated some parts of the Using Windows document.
Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS)
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 d4de9d0..f64a298 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -302,6 +302,8 @@ Tests
Documentation
-------------
+- Issue #20265: Updated some parts of the Using Windows document.
+
- Issue #20266: Updated some parts of the Windows FAQ.
- Issue #20255: Updated the about and bugs pages.