0.4.0 – 2016-08-20¶
Add
ParseResult.from_partsandParseResultBytes.from_partsclass methods to easily create a ParseResultWhen using regular expressions, use
[0-9]instead of\dto avoid finding ports with “numerals” that are not valid in a port
Add ParseResult.from_parts and ParseResultBytes.from_parts class
methods to easily create a ParseResult
When using regular expressions, use [0-9] instead of \d to avoid
finding ports with “numerals” that are not valid in a port