-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
good first issuerelatively simple changes, good for first time contributorsrelatively simple changes, good for first time contributorshelp wanted
Milestone
Description
tlslite.utils.codec.Parser
uses the SyntaxError
exception in case the received data can't be parsed as requested.
This is problematic, as the same exception is raised by the runtime environment when there are syntax errors in running code. So a typo in low level code is easy to miss and hard to debug.
Make the Parser raise a TLSLite specific exception in cases like this.
The methods in Parser should also be documented.
Metadata
Metadata
Assignees
Labels
good first issuerelatively simple changes, good for first time contributorsrelatively simple changes, good for first time contributorshelp wanted