Releases: SergeySatskiy/cdm-pythonparser
Releases · SergeySatskiy/cdm-pythonparser
3.3.2
3.3.1
- Python 3.9 support
- Bug fix: properly NULL terminated string to compare for static method decorator
- Be more PEP8 compliant with the argument names
- API change: now the decorators may have the 'arguments' member set to None
- case 1: decor
arguments will be None - case 2: decor()
arguments will be []
- case 1: decor
3.2.1
Bug fix: proper python version spec in setup.py
3.2.0
- Python 3.8 support
- Docstrings now provide both start line and end line. Backward compatibility is preserved
- Do not build the 'tree' utility by default
3.1.1
- git push --tags
3.1.0
- Python 3.7 support
- Minor fixes in setup.py
3.0.3
pep8 compliance in functions, classes and decorators display names
3.0.2
The release fixes the bug with processing docstrings which start with 'r' or 'u' characters.
3.0.1
- Fix: missed quote in nice stringify output
- Better package description
- Better pep8 compliance of the unit tests
3.0.0
The first release for Python 3.5/3.6 which supports pip install