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: Miscellaneous PEP 101 additions
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: barry, brett.cannon, eric.araujo, georg.brandl, ncoghlan, ned.deily, python-dev
Priority: normal Keywords:

Created on 2014-03-11 12:20 by ncoghlan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg213143 - (view) Author: Nick Coghlan (ncoghlan) * (Python committer) Date: 2014-03-11 12:20
Spawned from a core-mentorship thread about possibly outdated branch names in dev guide examples.

These are a few places that use real branch names in examples, and need to be kept current to make things easier for new contributors:

http://docs.python.org/devguide/committing.html#multiple-clones-approach
http://docs.python.org/devguide/setup.html#getting-the-source-code
http://docs.python.org/devguide/devcycle.html#summary

Another couple of items:

- one early one (before actually making the release) to check that the latest released version of pip has been bundled into CPython (that's supposed to happen when pip is released, but it's worth double checking)

- there's a missing entry for the RM confirming they have the go ahead from the Mac Expect before proceeding with a release
msg213148 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-03-11 14:11
- Along with checking for the latest version of pip, there should be an item to inspect the installed bundled version of pip to check for changes in the licenses of pip and its chain of vendored dependencies to ensure we do not inadvertently taint a Python release.
msg213892 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-03-17 20:38
New changeset 414a7e2067b2 by Éric Araujo in branch 'default':
Update branch names after 3.4.0 release (ref #20890)
http://hg.python.org/devguide/rev/414a7e2067b2
msg364557 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2020-03-18 18:44
These parts of the devguide don't seem to exist anymore, so I'm closing as outdated.
History
Date User Action Args
2022-04-11 14:57:59adminsetgithub: 65089
2020-03-18 18:44:35brett.cannonsetstatus: open -> closed
resolution: out of date
messages: + msg364557

stage: resolved
2014-03-17 20:38:38python-devsetnosy: + python-dev
messages: + msg213892
2014-03-12 20:35:36eric.araujosetnosy: + eric.araujo
2014-03-11 15:01:19brett.cannonsetnosy: + brett.cannon
2014-03-11 14:11:34ned.deilysetnosy: + ned.deily
messages: + msg213148
2014-03-11 13:59:31barrysetnosy: + barry
2014-03-11 12:20:25ncoghlancreate