[New-bugs-announce] [issue29579] Windows Python 3.7 installer broken by README.txt renamed to README.rst

STINNER Victor report at bugs.python.org
Thu Feb 16 04:48:36 EST 2017


New submission from STINNER Victor:

Copy of https://github.com/python/cpython/pull/104#issuecomment-280174576
---
The Windows installer build picks up this readme file and distributes it as readme.txt (see Tools/msi/exe/exe_files.wxs, which now needs fixing).

I vote we should keep both so that we can distribute the file without rst formatting.

(As an aside, we also read the /LICENSE file, so if someone wants to come in and "fix" that too then they'll also need to update the installer.)
---

README.txt was renamed to README.rst by the PR#2:
https://github.com/python/cpython/pull/2

But README.rst was then modified by PR #70, PR #73 and #21.

----------
components: Build, Windows
messages: 287924
nosy: georg.brandl, haypo, ned.deily, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Windows Python 3.7 installer broken by README.txt renamed to README.rst
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29579>
_______________________________________


More information about the New-bugs-announce mailing list