Any idea which of the following is faster? 'a/b/c/'[:-1]
or
'a/b/c/'.rstrip('/')
Thanks in advance.
P.S. I could time it but I thought of trying my luck here first, in
case someone knows already, and of course the reason.
--
http://mail.python.org/mailman/listinfo/python-list
