Issue 1675334: Draft implementation for PEP 364 (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/44668

classification

Title: Draft implementation for PEP 364
Type: Stage:
Components: Library (Lib) Versions: Python 3.0

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, brett.cannon, georg.brandl
Priority: normal Keywords: patch

Created on 2007-03-06 22:57 by barry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep-xxxx.diff barry,2007-03-06 22:57
Messages (5)
msg52065 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2007-03-06 22:57
PEP 364 describes (or very shortly, /will/ describe :) a mechanism for forward compatibility with PEP 3108 standard library renaming. This is the reference implementation for that PEP.
msg67590 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-06-01 11:28
I guess this is heavily out of date now?
msg71559 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-08-20 17:18
At this point we should probably just have PEP 364 rejected since 2to3 handles the renamings so well.
msg76991 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-05 09:27
Ping!
msg77012 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2008-12-05 13:03
Withdrawn
History
Date User Action Args
2022-04-11 14:56:23 admin set github: 44668
2008-12-05 13:03:40 barry set status: open -> closedresolution: fixedmessages: +
2008-12-05 09:27:27 georg.brandl set messages: +
2008-08-20 17🔞14 brett.cannon set assignee: brett.cannon -> barrymessages: +
2008-06-01 11:28:21 georg.brandl set nosy: + georg.brandlmessages: +
2008-01-06 22:29:45 admin set keywords: - py3kversions: Python 3.0
2007-08-30 16:34:13 loewis set versions: + Python 3.0, - Python 2.6
2007-08-23 19:56:26 brett.cannon set keywords: + py3k
2007-03-06 22:57:38 barry create