diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-01-17 21:23:42 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-01-17 21:23:42 (GMT) |
commit | c3cf97b4ea05fc79b7753c66e31d861cadb0607e (patch) | |
tree | 340db55ad099d4a1cff59104843c4574ddcbb5ce /Misc | |
parent | f34890937bd5776fb21f1f6c686e033beb9b8a5c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |