Aldwin Pollefeyt <[email protected]> added the comment:
correction: ... otherwise, text.startswith(prefix, start, end) gives the same result as text[start:end].startswith(prefix). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37490> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
