[issue36797] Cull more oudated distutils information

2019-09-09 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset cabcbbe7a518d53cd7dbb915ceccf4970c2d0ea5 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704) https://github.com/python/cpython/commit/cabcbbe7a518d53cd7dbb915ceccf4

[issue36797] Cull more oudated distutils information

2019-09-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +15358 pull_request: https://github.com/python/cpython/pull/15704 ___ Python tracker ___ __

[issue36797] Cull more oudated distutils information

2019-09-05 Thread miss-islington
miss-islington added the comment: New changeset 2c2b561967c1916855399f809e30ae0ba7e09ae2 by Miss Islington (bot) (Miro Hrončok) in branch 'master': bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) https://github.com/python/cpython/commit/2c2b561967c1916855399f809e30ae0ba7e09ae2

[issue36797] Cull more oudated distutils information

2019-09-05 Thread Miro Hrončok
Change by Miro Hrončok : -- pull_requests: +15354 pull_request: https://github.com/python/cpython/pull/15700 ___ Python tracker ___ _

[issue36797] Cull more oudated distutils information

2019-05-23 Thread miss-islington
miss-islington added the comment: New changeset a3488e5902f5c26e5cc289aec2518e7b5058e5d1 by Miss Islington (bot) in branch '3.7': bpo-36797: Reduce levels of indirection in outdated distutils docs (GH-13462) https://github.com/python/cpython/commit/a3488e5902f5c26e5cc289aec2518e7b5058e5d1 -

[issue36797] Cull more oudated distutils information

2019-05-23 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset e788057a9188ff37e232729815dfda2529079420 by Nick Coghlan in branch 'master': bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) https://github.com/python/cpython/commit/e788057a9188ff37e232729815dfda2529079420 --

[issue36797] Cull more oudated distutils information

2019-05-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +13439 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36797] Cull more oudated distutils information

2019-05-21 Thread Nick Coghlan
Nick Coghlan added the comment: While I do have a second PR open with some additional smaller cleanups, the first PR removed the outdated information that seemed most problematic. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue36797] Cull more oudated distutils information

2019-05-21 Thread Nick Coghlan
Change by Nick Coghlan : -- pull_requests: +13372 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue36797] Cull more oudated distutils information

2019-05-14 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset dae1229729920e3aa2be015453b7f702dff9b375 by Nick Coghlan in branch 'master': bpo-36797: Prune more legacy distutils documentation (GH-13092) https://github.com/python/cpython/commit/dae1229729920e3aa2be015453b7f702dff9b375 -- __

[issue36797] Cull more oudated distutils information

2019-05-04 Thread Nick Coghlan
Change by Nick Coghlan : -- keywords: +patch pull_requests: +13006 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyt

[issue36797] Cull more oudated distutils information

2019-05-04 Thread Paul Ganssle
Change by Paul Ganssle : -- nosy: +p-ganssle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue36797] Cull more oudated distutils information

2019-05-04 Thread Nick Coghlan
New submission from Nick Coghlan : Prompted by #33071, I'm going to do a pass through the legacy distutils documentation deleting outdated information that is better maintained elsewhere. -- assignee: ncoghlan messages: 341407 nosy: jaraco, ncoghlan priority: normal severity: normal st