stchris / untangle

Converts XML to Python objects
MIT License
611 stars 83 forks source link

Remove magic from parse function #87

Open stchris opened 2 years ago

stchris commented 2 years ago

Right now the parse function "magically" detects if the passed input is a string containing XML, an URL or a filename. While this seemed convenient at the time it might cause some issues.

Proposal:

The parse function could be marked as deprecated and removed in version 2.0 ?