[issue24903] Do not verify destdir argument to compileall

R. David Murray report at bugs.python.org
Thu Aug 20 22:37:12 CEST 2015


R. David Murray added the comment:

Actually, it looks like it is a bit more potentially complex than that.  The original code would issue the error only if there were more than one argument and the first one was not a directory.  So it would in fact compile more than one argument as long as the first one was a dir.

It's not clear what purpose that check was supposed to serve.

----------

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


More information about the Python-bugs-list mailing list