clalancette / pycdlib

Python library to read and write ISOs
GNU Lesser General Public License v2.1
147 stars 38 forks source link

Type hinting #9

Closed Nicba1010 closed 6 years ago

Nicba1010 commented 6 years ago

Are there any plans for type hinting and if I were to submit a PR for that would it be accepted?

clalancette commented 6 years ago

The main problem with type-hinting would be backwards compatibility. Right now the library supports both python2 and python3, and I'd like to keep it that way. Is there a way to add type-hinting that is backwards compatible?

Nicba1010 commented 6 years ago

Unfortunatelly not, thank you for answering :)