Issue 20266: Bring Doc/faq/windows up to date (original) (raw)

Issue20266

Created on 2014-01-15 04:00 by zach.ware, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg208138 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2014-01-15 04:00
The Python on Windows faq could use some TLC. For instance, cx_Freeze should be mentioned in the faq about creating an executable (and py2exe should either mention that it doesn't quite support 3.x yet, or just be removed until it does), and the embedding faq should be cleaned up with proper voice and formatting (and the "undocumented facts" should be documented).
msg208340 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-17 15:00
New changeset c9706c13a005 by Zachary Ware in branch '3.3': Issue #20266: Update parts of the Windows FAQ http://hg.python.org/cpython/rev/c9706c13a005 New changeset 3cb048463ea7 by Zachary Ware in branch 'default': Issue #20266: Merge with 3.3 http://hg.python.org/cpython/rev/3cb048463ea7
msg208349 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-01-17 17:24
The faq doesn't mention the new launcher for Windows. Rather than write too much I'd simply cross reference this http://docs.python.org/3/using/windows.html#python-launcher-for-windows. I think this also impacts on the section "How do I make Python scripts executable?".
msg212965 - (view) Author: Kathleen Weaver (kathweaver) * Date: 2014-03-09 17:42
Kathleen Weaver -- am beginning to Python but comfortable with Windows so will look at this.
msg213353 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2014-03-13 05:05
#20265 has more discussion as well as a patch that touches both Windows FAQ and Using Windows. Closing this one.
History
Date User Action Args
2022-04-11 14:57:56 admin set github: 64465
2014-03-13 05:05:04 eric.araujo set status: open -> closednosy: + eric.araujomessages: + resolution: fixedstage: needs patch -> resolved
2014-03-09 17:42:45 kathweaver set nosy: + kathweavermessages: +
2014-02-15 15:35:52 ezio.melotti set nosy: + ezio.melotti
2014-02-03 15:36:52 BreamoreBoy set nosy: - BreamoreBoy
2014-01-17 17:24:30 BreamoreBoy set nosy: + BreamoreBoymessages: +
2014-01-17 15:00:46 python-dev set nosy: + python-devmessages: +
2014-01-15 04:00:48 zach.ware create