问题
I am planning to build my own URI module/class in python to get a grasp on URIs and python. Could you please suggest me links for blogs/sites/etc for a complete reference on URIs and where to begin with, the RFCs not to be missed and any other source of help. This is not a part of my homework assignment. Thanks in advance!
回答1:
You know urlparse exists right?
It will probably be better than what you are intending to write.
来源:https://stackoverflow.com/questions/14747320/uri-library-for-python