Tonight I’m happy to announce that pycares (the Python bindings for c-ares, an asynchronous DNS resolver) has reached version 2.0.0.
This release contains a few important features:
- CFFI port for PyPy (it can optionally also be used in CPython)
- Python 3.5 support
- c-ares updated to version 1.11.1
Plus some minor bugfixes. I’d like to thank Jesse (@boytm) for the CFFI patch, that was a massive contribution, thank you so much!
Binary wheels are available for Python 2.7, 3.3, 3.4 and 3.5 on Windows (both 32 and 64 bits), checkout the PyPI page.
Enjoy!