Re: [Python-Dev] Keyword-only arguments in 2.x

2010-04-18 Thread Martin v. Löwis
> what's the status of backporting PEP 3102 ? It looks like it won't happen. > It was supposed to go into > 2.6 and it seems it won't be in 2.7 either. Correct - and therefore, it won't be backported at all. > There is an updated patch > in the tracker [1] that applies cleanly on the latest t

[Python-Dev] Keyword-only arguments in 2.x

2010-04-18 Thread George Sakkis
Hi all, what's the status of backporting PEP 3102 ? It was supposed to go into 2.6 and it seems it won't be in 2.7 either. There is an updated patch in the tracker [1] that applies cleanly on the latest trunk and passes all relevant tests, so unless there has been a decision against backporting it