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 terry.reedy
Recipients asvetlov, belopolsky, brett.cannon, chris.jerdonek, daniel.urban, docs@python, eric.araujo, eric.snow, ezio.melotti, georg.brandl, loewis, syeberman, terry.reedy, zbysz
Date 2013-03-07.21:54:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362693249.15.0.99948841828.issue10224@psf.upfronthosting.co.za>
In-reply-to
Content
Doc/make.bat assumes that this issue has already been resolved:
  if "%PYTHON%" EQU "" set PYTHON=..\pcbuild\python
Even with '_d' appended, as it should be, that does not work for 3.x.
I think that line should be @rem'ed out until it does work.
Does anyone mind if I do so?

I already suggested on #15605 that a workaround be given until it is no longer needed.
History
Date User Action Args
2013-03-07 21:54:09terry.reedysetrecipients: + terry.reedy, loewis, brett.cannon, georg.brandl, belopolsky, syeberman, ezio.melotti, eric.araujo, asvetlov, zbysz, daniel.urban, chris.jerdonek, docs@python, eric.snow
2013-03-07 21:54:09terry.reedysetmessageid: <1362693249.15.0.99948841828.issue10224@psf.upfronthosting.co.za>
2013-03-07 21:54:09terry.reedylinkissue10224 messages
2013-03-07 21:54:09terry.reedycreate