"colonel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > so can anyone tell me why "cleanlink" gets coverted to a list? > Is it during the slicing?
Steve answered for you, but for next time, you could find out faster by either using the all-purpose debuging tool known as 'print' or, with Python, the handy-dandy interactive window: >>> [1,2,3][1:2] [2] Terry J. Reedy -- http://mail.python.org/mailman/listinfo/python-list