Change by Jan Gosmann :
--
nosy: +jgosmann
___
Python tracker
<https://bugs.python.org/issue29515>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Jan Gosmann :
--
nosy: +jgosmann
___
Python tracker
<http://bugs.python.org/issue29949>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Jan Gosmann :
--
nosy: +jgosmann
___
Python tracker
<http://bugs.python.org/issue24875>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Jan Gosmann:
If there is a symbolic link to a non-existing file anywhere in the source tree
"python setup.py sdist" fails with an output like the following:
running sdist
running check
warning: check: missing required meta-data: url
error: abc: No
Jan Gosmann added the comment:
It's based on the default branch becoming 3.4.
--
versions: +Python 3.4 -Python 2.7
___
Python tracker
<http://bugs.python.org/is
Jan Gosmann added the comment:
Here is an updated patch, also containing a test.
--
Added file: http://bugs.python.org/file30237/fix-handling-of-syntax-errors.diff
___
Python tracker
<http://bugs.python.org/issue17
Jan Gosmann added the comment:
Could you point me to some documentation on how to add a test? I have not been
involved in Python development so far.
--
___
Python tracker
<http://bugs.python.org/issue17
New submission from Jan Gosmann:
Running modulefinder.ModuleFinder.run_script on a script which has an import
statement with a module containing a syntax error will raise a SyntaxError
exception. I think, modulefinder should instead continue its analysis and add
the module to badmodules