pythonparser icon indicating copy to clipboard operation
pythonparser copied to clipboard

Results 7 pythonparser issues
Sort by recently updated
recently updated
newest added
trafficstars

The file is correctly parsed if the interpreter is 2.7 and the target file is compatible with 3.5+

From README: > See http://m-labs.hk/pythonparser/. http://m-labs.hk/pythonparser/ : > Oops, it slipped! > 404 Not Found Any chance to have a normal README giving an overview of the project, instead of...

Would it be possible to upload the latest version to PyPI? This would make reproducing artiq environments easier.

Coming from https://github.com/m-labs/artiq/issues/1671: It seems like one of the issue stems from here: https://github.com/m-labs/pythonparser/blob/5413ee5c9f8760e95c6acd5d6e88dabb831ad201/pythonparser/diagnostic.py#L51-L53 And indeed the evaluation of the expression shows there are more than 2 elements. ![Screenshot from...

It expects to be able to write to `doc`, but that directory does not exist in the published package.

bug

Would it be possible to release a new version of pythonparser to PyPI now that Python 3.6 has been added by 0ac31a8? Thanks!