tobinus / python-podgen

Generating podcasts with Python should be easy!
https://podgen.readthedocs.org
Other
51 stars 10 forks source link

Rename NotSupportedByItunesWarning #76

Open tobinus opened 4 years ago

tobinus commented 4 years ago

Should either:

tobinus commented 4 years ago

I'm not quite sure how to do this in a backwards compatible way, but I'm thinking of triggering warnings using a new class with the new name, and make that class inherit from NotSupportedByItunesWarning so any existing filters may continue working.