[issue14668] Document the path option in the Windows installer

2012-10-06 Thread Brian Curtin
Changes by Brian Curtin : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue14668] Document the path option in the Windows installer

2012-10-05 Thread Ezio Melotti
Ezio Melotti added the comment: Brian, can this be closed? -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing

[issue14668] Document the path option in the Windows installer

2012-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset b07a408b0291 by Brian Curtin in branch 'default': Fixes #14668. Mention Windows Path manipulation option in the installer. http://hg.python.org/cpython/rev/b07a408b0291 -- nosy: +python-dev ___ Python tra

[issue14668] Document the path option in the Windows installer

2012-05-28 Thread Nick Coghlan
Nick Coghlan added the comment: See #14941 for a couple of other issues I noticed with the current Windows docs (specifically, -m means finding the stdlib location could probably be de-emphasised and the docs on compiling should be replaced with a reference to the devguide) -- nosy:

[issue14668] Document the path option in the Windows installer

2012-05-23 Thread Michael Driscoll
Michael Driscoll added the comment: Looking at 3.3.rst, it looks like we could just add the blurb to the end of the file in the "Other issues" section. The "windows.rst" file is potentially more complicated as I assume we need to leave the directions for adding the path for users that are usi

[issue14668] Document the path option in the Windows installer

2012-04-25 Thread Éric Araujo
Éric Araujo added the comment: Don’t forget Doc/using/windows.rst and maybe the various FAQs too (general FAQ, using FAQ, devguide FAQ). -- nosy: +eric.araujo ___ Python tracker __

[issue14668] Document the path option in the Windows installer

2012-04-25 Thread Brian Curtin
New submission from Brian Curtin : Now that #3561 is in, it needs to be mentioned in at least the following places: Doc\whatsnew\3.3.rst Doc\faq\windows.rst http://python.org/download/windows/ could use an update, but that's on a separate SVN repository -- assignee: brian.curtin compon