[Python-Dev] 2.4a2, and @decorators (original) (raw)
Anthony Baxter anthony at interlink.com.au
Tue Aug 3 04:33:07 CEST 2004
- Previous message: [Python-Dev] 2.4a2, and @decorators
- Next message: [Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum wrote:
Did the relative import syntax that was approved ever get checked in? I thought it was on the list of things to land in 2.4?
Nope. The 2.4 release schedule PEP now lists this as lacking someone to drive it. I won't/can't spend time on it. So, if one of the people who wants it could step forward, that'd be excellent. Even if it's just to do the multi-line import syntax of
from foo import ( bar, baz, bar2, baz2, bar3, baz3 )
-- Anthony Baxter <anthony at interlink.com.au> It's never too late to have a happy childhood.
- Previous message: [Python-Dev] 2.4a2, and @decorators
- Next message: [Python-Dev] Multi-line import implementation (was: 2.4a2, and @decorators)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]