[ZPT] Re: OT: string/strop
Fred L. Drake, Jr.
fdrake@acm.org
Fri, 23 Nov 2001 14:59:24 -0500 (EST)
Richard Jones writes:
> Eh? I haven't used 2.2 yet - are they deprecated in 2.2???
The functions in the strop module cause deprecation warnings; as
long as you use the string module you're OK & won't get a warning.
Note that using string methods is faster than using the functions in
string, however, since all those do (starting in 2.0 IIRC) is
re-direct to a string method.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Zope Corporation