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

Update PEP 4 to keep modules in Python 3 #69593

Closed
brettcannon opened this issue Oct 14, 2015 · 2 comments
Closed

Update PEP 4 to keep modules in Python 3 #69593

brettcannon opened this issue Oct 14, 2015 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@brettcannon
Copy link
Member

BPO 25407
Nosy @brettcannon

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 = 'https://github.com/brettcannon'
closed_at = <Date 2015-10-16.19:12:42.014>
created_at = <Date 2015-10-14.15:59:16.130>
labels = ['docs']
title = 'Update PEP 4 to keep modules in Python 3'
updated_at = <Date 2015-10-16.19:12:42.013>
user = 'https://github.com/brettcannon'

bugs.python.org fields:

activity = <Date 2015-10-16.19:12:42.013>
actor = 'brett.cannon'
assignee = 'brett.cannon'
closed = True
closed_date = <Date 2015-10-16.19:12:42.014>
closer = 'brett.cannon'
components = ['Documentation']
creation = <Date 2015-10-14.15:59:16.130>
creator = 'brett.cannon'
dependencies = []
files = []
hgrepos = []
issue_num = 25407
keywords = []
message_count = 2.0
messages = ['253001', '253090']
nosy_count = 2.0
nosy_names = ['brett.cannon', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue25407'
versions = []

@brettcannon
Copy link
Member Author

In https://mail.python.org/pipermail/python-dev/2015-September/141499.html I asked if people thought it was okay to deprecate modules in Python 3 but to keep them around until Python 4. People agreed and so now I need to actually execute on that plan by updating PEP-4 and the various deprecation messages in the stdlib.

@brettcannon brettcannon self-assigned this Oct 14, 2015
@brettcannon brettcannon added the docs Documentation in the Doc dir label Oct 14, 2015
@python-dev
Copy link
Mannequin

python-dev mannequin commented Oct 16, 2015

New changeset bcee1364e2dc by Brett Cannon in branch '3.5':
Issue bpo-25407: Drop the mention of the formatter module being removed
https://hg.python.org/cpython/rev/bcee1364e2dc

New changeset 9a0d367b8dd3 by Brett Cannon in branch 'default':
Merge for issue bpo-25407
https://hg.python.org/cpython/rev/9a0d367b8dd3

@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
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant