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.

Author ncoghlan
Recipients georg.brandl, ncoghlan
Date 2014-03-11.12:20:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394540425.3.0.905657835354.issue20890@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-03-11 12:20:25ncoghlansetrecipients: + ncoghlan, georg.brandl
2014-03-11 12:20:25ncoghlansetmessageid: <1394540425.3.0.905657835354.issue20890@psf.upfronthosting.co.za>
2014-03-11 12:20:25ncoghlanlinkissue20890 messages
2014-03-11 12:20:24ncoghlancreate