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.

classification
Title: Unused beos build scripts
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: martin.panter, orsenthil, python-dev
Priority: normal Keywords: patch

Created on 2017-01-29 04:06 by martin.panter, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
beos-scripts.patch martin.panter, 2017-01-29 04:06 review
Pull Requests
URL Status Linked Edit
PR 552 closed dstufft, 2017-03-31 16:36
Messages (4)
msg286426 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2017-01-29 04:06
Modules/ld_so_beos and Modules/ar_beos are no longer used since Be OS support was dropped from the configure script for Python 3:

https://hg.python.org/cpython/diff/a5e984eda45a/configure.in

I propose to also remove the scripts.
msg286433 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2017-01-29 07:56
@martin, the patch looks good to me. Please go ahead and commit this.
msg286437 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2017-01-29 10:34
New changeset aa9aef656fe0 by Martin Panter in branch 'default':
Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+
https://hg.python.org/cpython/rev/aa9aef656fe0
msg286443 - (view) Author: Martin Panter (martin.panter) * (Python committer) Date: 2017-01-29 12:44
Thanks Senthil
History
Date User Action Args
2022-04-11 14:58:42adminsetgithub: 73570
2017-03-31 16:36:35dstufftsetpull_requests: + pull_request1079
2017-01-29 12:44:29martin.pantersetstatus: open -> closed
resolution: fixed
messages: + msg286443

stage: patch review -> resolved
2017-01-29 10:34:26python-devsetnosy: + python-dev
messages: + msg286437
2017-01-29 07:56:42orsenthilsetnosy: + orsenthil
messages: + msg286433
2017-01-29 04:06:55martin.pantercreate