Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous PEP 101 additions #65089

Closed
ncoghlan opened this issue Mar 11, 2014 · 4 comments
Closed

Miscellaneous PEP 101 additions #65089

ncoghlan opened this issue Mar 11, 2014 · 4 comments

Comments

@ncoghlan
Copy link
Contributor

BPO 20890
Nosy @warsaw, @brettcannon, @birkenfeld, @ncoghlan, @ned-deily, @merwok

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2020-03-18.18:44:35.259>
created_at = <Date 2014-03-11.12:20:25.276>
labels = []
title = 'Miscellaneous PEP 101 additions'
updated_at = <Date 2020-03-18.18:44:35.259>
user = 'https://github.com/ncoghlan'

bugs.python.org fields:

activity = <Date 2020-03-18.18:44:35.259>
actor = 'brett.cannon'
assignee = 'none'
closed = True
closed_date = <Date 2020-03-18.18:44:35.259>
closer = 'brett.cannon'
components = []
creation = <Date 2014-03-11.12:20:25.276>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 20890
keywords = []
message_count = 4.0
messages = ['213143', '213148', '213892', '364557']
nosy_count = 7.0
nosy_names = ['barry', 'brett.cannon', 'georg.brandl', 'ncoghlan', 'ned.deily', 'eric.araujo', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue20890'
versions = []

@ncoghlan
Copy link
Contributor Author

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

@ned-deily
Copy link
Member

  • 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.

@python-dev
Copy link
Mannequin

python-dev mannequin commented Mar 17, 2014

New changeset 414a7e2067b2 by Éric Araujo in branch 'default':
Update branch names after 3.4.0 release (ref bpo-20890)
http://hg.python.org/devguide/rev/414a7e2067b2

@brettcannon
Copy link
Member

These parts of the devguide don't seem to exist anymore, so I'm closing as outdated.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants