tjguk / wmi

101 stars 29 forks source link

Python 3 support #7

Open ShayNehmad opened 4 years ago

ShayNehmad commented 4 years ago

caniusepython3 shows this package as unsupported in Python 3, but the readme states otherwise.

I want to migrate my own project (Infection Monkey) which uses this package to Python 3. Does this package support Python 3?

dhairyanadapara commented 4 years ago

No this package doesn't support python3. I have started work to make package python 2-3 compatible.

dhairyanadapara commented 4 years ago

No this package doesn't support python3. I have started work to make package python 2-3 compatible.

Sorry, I was wrong. As I have checked compatibility with python3 and python2 both and no changes required. Previously, I checked using the 2to3 module and it's shown that changes are required but those changes are not necessary. Sorry, once again. :)

tjg-global commented 4 years ago

Sorry for the silence from me. Yes, the module does already support 2 & 3. Evidently this has long become a background project for me: I haven't used it in earnest for years. But I do occasionally use it both on Py 2 and Py 3.