forked from kevinpt/hdlparse
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
@Paebbels brought up a couple of good issues in #4 that are present in main.
- Python 2 class style declaration
class VhdlObject(obect):should beclass VhdlObject:(fixed in VHDL parser from andres manelli's fork for entity parsing support #4) - Use of
.formatinstead off""(fixed in Python 2 to 3 migration changes: format strings #6) -
os.path.splitext(fname)[1].lower() in ('.vhdl', '.vhd')should usepathlibinstead
Finally, while not directly Python 2 related. There's the issue of Sphinx's parsing of arguments for documentation:
-
Args:should be:param [ParamName]:See Writing docstrings - Sphinx-RTD-Tutorial
Paebbels and umarcor
Metadata
Metadata
Assignees
Labels
No labels