[docs] [issue25768] compileall functions do not document or test return values

Nicholas Chammas report at bugs.python.org
Wed Dec 9 16:17:49 EST 2015


Nicholas Chammas added the comment:

I've added the tests as we discussed. A couple of comments:

* I found it difficult to reuse the existing setUp() code so had to essentially repeat a bunch of very similar code to create "bad" files. Let me know if you think there is a better way to do this.
* I'm having trouble with the test for compile_path(). Specifically, it doesn't seem to actually use the value for skip_curdir. Do you understand why?

----------
Added file: http://bugs.python.org/file41277/compileall.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25768>
_______________________________________


More information about the docs mailing list