Python text parsing and field delimiters.?
I have a Python script that is reading URLs from a text file. Some of the URLs will need usernames & passwords. What is the best way to delimit and read the different fields in Python? I need something that can handle delimiter characters inside the URL or password field.
Thanks!