> Actually no. When str.parition() doesn't find the separator, you get s, > '', ''. > Yours would produce '', '', s. On not found, you would need to use > start==end==len(s). >
You're right. Nevermind, then. > I will say the same > thing that I've said at least three times already (with a bit of an > expansion): > Thanks for the re-re-emphasis. -Tony _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com