Issue 18354: http://www.python.org/doc/ has outdated note (original) (raw)

Issue18354

Created on 2013-07-03 18:47 by dholth, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg192251 - (view) Author: Daniel Holth (dholth) * Date: 2013-07-03 18:47
Please remove the note. Note A new documentation project, which will be merged into the Python documentation soon, covers creating, installing and distributing Python packages: The Hitchhiker's Guide to Packaging (creating and distributing Python packages)
msg192253 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2013-07-03 19:40
Can you say why?
msg192342 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2013-07-05 18:55
The HHGP was an opinionated, distribute-centric user guide, which is now outdated and obsoleted by the upcoming Python packaging user documentation, which will cover more tools and be blessed by Nick Coghlan and the developers of packaging tools.
msg192344 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2013-07-05 18:56
Also I don’t think we’ll ever have documentation for non-stdlib libs/tools in the standard docs, so the HHGP or new packaging user doc won’t «be merged into the Python documentation».
msg192348 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2013-07-05 19:06
Fixed in r14798 of the site.
History
Date User Action Args
2022-04-11 14:57:47 admin set github: 62554
2013-07-05 19:06:10 brian.curtin set status: open -> closedmessages: + assignee: docs@python -> brian.curtinresolution: fixedstage: resolved
2013-07-05 18:56:28 eric.araujo set messages: +
2013-07-05 18:55:22 eric.araujo set nosy: + eric.araujomessages: +
2013-07-05 16:27:55 tshepang set nosy: + tshepang
2013-07-03 19:40:59 brian.curtin set nosy: + brian.curtinmessages: +
2013-07-03 18:47:14 dholth create