commit | 3b220e11eb8e4768cbdef076d0ac133aaf4a2248 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Wed Mar 13 21:33:50 2013 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Wed Mar 13 21:33:50 2013 -0400 |
tree | 7f4f8a31c55cfb231ac8121d828054d9e6eee2fc | |
parent | b5fe2479c152c635e02897a7a5c72c97e4c22b6a [diff] |
Issue #17386 make.bat must run with Python 2 until Sphinx runs with Python 3. If PYTHON is undefined, this fails without the launcher (installed with 3.3 or from PyPI), but this is better than always failing. Patch from Zachary Ware.