* ffi doesnt support pathlib yet in pypy
* Path.unlink missing_ok parameter was not added until 3.8 From docs: "Changed in python version 3.8: The missing_ok parameter was added."
* Some reason this fails on python3.7, lets be explicit
* Fix another typo
* Fix typo in newnewznab.py
* Fix order of setting verify mode in make_context, we have to set check_hostname before setting the verify_mode Fix testing of created https/ssl certs, especially for pypy
* Try to fix ssl key and cert generation on pypy (and possibly some regulat cpython installs)