tlsfuzzer/tlslite-ng

Pythonic variable/method naming

Open

#200 opened on Dec 13, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (95 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (269 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently a lot of methods are using names that are not pythonic (they use camelCase)

provide accessor methods with old names, rename existing ones to be pythonic, cause the old methods to raise DeprecationWarning on use.

(note that for unit tests, warnings.catch_warnings() can be used to hide testing of those accessors)

Contributor guide