Whitespace test after string.split
Fredrik Lundh
fredrik at pythonware.com
Sat Nov 26 11:27:48 EST 2005
David Pratt wrote:
> Also thanks for heads up for changes with method. I am
> still using 2.3 but will move to 2.4 as soon as this is formally
> approved for use in Zope.
note that the string.split function has been "outdated" since Python
1.6 (released in 2000), and despite what the documentation implies,
it won't go away before 3.0.
there's no reason not to use it in 2.3, but if you have lots of old code
using the old syntax, there's no reason to change that just because you
want to upgrade to a newer Python release...
</F>
More information about the Python-list
mailing list