This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients brian.curtin, christian.heimes, docs@python, ezio.melotti, python-dev, terry.reedy, tim.golden, zach.ware
Date 2013-04-15.21:25:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366061121.74.0.709749750539.issue17386@psf.upfronthosting.co.za>
In-reply-to
Content
I caught a small oversight.  This new patch changes the example in README.txt to ``make html "PYTHON2=C:\Python27\python.exe"`` (PYTHON->PYTHON2).  Also, I added a bit of backward compatibility to make.bat; %PYTHON2% will default to %PYTHON% if it is set.  Otherwise, %PYTHON% is ignored and unchanged.
History
Date User Action Args
2013-04-15 21:25:22zach.waresetrecipients: + zach.ware, terry.reedy, christian.heimes, tim.golden, ezio.melotti, brian.curtin, docs@python, python-dev
2013-04-15 21:25:21zach.waresetmessageid: <1366061121.74.0.709749750539.issue17386@psf.upfronthosting.co.za>
2013-04-15 21:25:21zach.warelinkissue17386 messages
2013-04-15 21:25:21zach.warecreate