Open povilasb opened 3 years ago
I've got no problem with type hints if they are implemented as comments. Python 2 support is still very much a priority. The primary deployment platform for us is RHEL, so as long as there are supported versions of RHEL that ship with Python 2 as the natively supported version, tlslite-ng will need to support Python 2 (CI running on CentOS 6 is no accident :smile: ).
Roger. Will try to add some type hints as I use the library ;)
Hey folks,
I had a successful use of
tlslite-ng
, but having type hints would definitely improve coding experience given language server is enabled.