[Python-3000] Automatically invoking str() in str.join() (original) (raw)
Aahz aahz at pythoncraft.com
Thu Apr 27 19:08:03 CEST 2006
- Previous message: [Python-3000] Automatically invoking str() in str.join()
- Next message: [Python-3000] Automatically invoking str() in str.join()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Apr 27, 2006, Raymond Hettinger wrote:
Ivan Krstic wrote:
Fredrik Lundh wrote:
it's time to make this a builtin. the "it's the separator that's doing the joining" idea is silly and unintuitive, and should be fixed. +1 on this; I've thought this for a long time. Strong +1. This fixes a long-standing micro-wart.
-0
While I hate the way it looks, I never have gotten mixed up about the order of arguments since switching to ''.join(l).
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"Argue for your limitations, and sure enough they're yours." --Richard Bach
- Previous message: [Python-3000] Automatically invoking str() in str.join()
- Next message: [Python-3000] Automatically invoking str() in str.join()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]