Issue 2340: Backport PEP 3132 (extended iterable unpacking) (original) (raw)

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

classification

Title: Backport PEP 3132 (extended iterable unpacking)
Type: Stage:
Components: Interpreter Core Versions: Python 2.7

process

Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, brett.cannon, ipatrol, terry.reedy
Priority: critical Keywords: 26backport

Created on 2008-03-17 17:58 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg63699 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-03-17 17:58
PEP 3132 (extended iterable unpacking) needs to be backported.
msg70457 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-31 01:53
I'm deferring this to 2.7
msg104402 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2010-04-28 02:32
Fixed?, Out-of-date? (or in process?)
msg115340 - (view) Author: (ipatrol) Date: 2010-09-01 23:01
Can this be added in a minor release? I came across wanting it while parsing some html forms.
msg115342 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2010-09-01 23:23
No, only bugfixes can go into Python 2.7.
History
Date User Action Args
2022-04-11 14:56:31 admin set github: 46593
2010-09-01 23:23:22 brett.cannon set messages: +
2010-09-01 23:01:44 ipatrol set nosy: + ipatrolmessages: +
2010-04-28 03:19:54 benjamin.peterson set status: open -> closedresolution: out of date
2010-04-28 02:32:01 terry.reedy set nosy: + terry.reedymessages: +
2008-07-31 01:53:24 benjamin.peterson set nosy: + benjamin.petersonmessages: + versions: + Python 2.7, - Python 2.6
2008-03-17 20:10:58 brett.cannon set priority: release blocker -> critical
2008-03-17 17:58:35 brett.cannon create