Suppose I have developed a third library named foo first, and then a new standard library also named foo is added into Python. Can I still use my version of foo without bothering to change its name?
Any solutions or suggestions?
Suppose I have developed a third library named foo first, and then a new standard library also named foo is added into Python. Can I still use my version of foo without bothering to change its name?
Any solutions or suggestions?