A Suggestion for Python Colon Syntax
David Abrahams
abrahams at mediaone.net
Sat Dec 23 10:38:10 EST 2000
More information about the Python-list mailing list
Sat Dec 23 10:38:10 EST 2000
- Previous message (by thread): A Suggestion for Python Colon Syntax
- Next message (by thread): A Suggestion for Python Colon Syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Tim Peters" <tim.one at home.com> wrote in message news:mailman.977544967.21073.python-list at python.org... > 2. The NumPy people had a real problem in that > > x = x + y > > could end up generating multimegabyte temp arrays while > > x += y > > need not. That is, for them it wasn't "just another way" to write the > former; it offers crucially different semantics. Yes! Any chance of getting this capability for extension classes? -Dave
- Previous message (by thread): A Suggestion for Python Colon Syntax
- Next message (by thread): A Suggestion for Python Colon Syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list