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: Remove `netlify.toml`?
Type: behavior Stage: resolved
Components: Build Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Mariatta, sobolevn
Priority: normal Keywords: patch

Created on 2021-12-26 22:00 by sobolevn, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30272 merged sobolevn, 2021-12-26 22:02
Messages (2)
msg409220 - (view) Author: Nikita Sobolev (sobolevn) * (Python triager) Date: 2021-12-26 22:00
It was added one year ago in https://bugs.python.org/issue37860

But, it is not used. Right now it does not do anything. Others report that it has a lot of limitations (including financial and technical ones): https://github.com/python/cpython/pull/15288#issuecomment-579476340

Original author even proposed another solution: https://bugs.python.org/issue37860 (PR is stale)

I propose to remove it. It can always be found in git.
Permalink to the last version in `main`: https://github.com/python/cpython/blob/2e3e0d23adca8d83722d939d6abd1e467d7578f7/netlify.toml

Related issue about `.travis.yml`: https://bugs.python.org/issue46178
msg409387 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2021-12-30 21:18
New changeset fbaf2e604cd354f1ebc6be029480010c6715a8ca by Nikita Sobolev in branch 'main':
bpo-46184: remove `netlify.toml` (#30272)
https://github.com/python/cpython/commit/fbaf2e604cd354f1ebc6be029480010c6715a8ca
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90342
2022-01-02 18:26:35sobolevnsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-12-30 21:18:41Mariattasetnosy: + Mariatta
messages: + msg409387
2021-12-26 22:02:09sobolevnsetkeywords: + patch
stage: patch review
pull_requests: + pull_request28487
2021-12-26 22:00:26sobolevncreate