[Python-ideas] Is there a good reason to use * for multiplication?
Stephen J. Turnbull
turnbull at sk.tsukuba.ac.jp
Tue Oct 16 06:07:42 CEST 2012
More information about the Python-ideas mailing list
Tue Oct 16 06:07:42 CEST 2012
- Previous message: [Python-ideas] Is there a good reason to use * for multiplication?
- Next message: [Python-ideas] Is there a good reason to use * for multiplication?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mike Graham writes: > IMO it's essential that we add source code escapes. Imagine the > one-liners this will allow! > > def f(xs):\n\ttry:\n\t\treturn x.pop()\n\texcept ValueError\n\t\treturn None > > Can we get this fix applied in Python 2.2 and up? Why not go all the way back to v1.5.2? All it takes is a version bump to v1j.5.2.
- Previous message: [Python-ideas] Is there a good reason to use * for multiplication?
- Next message: [Python-ideas] Is there a good reason to use * for multiplication?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list