Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • compileall does not include logic to skip files for which the corresponding .pyc file is already up-to-date, does it? Commented Dec 8, 2014 at 22:41
  • 4
    @KyleStrand compileall does skip files that already have an up-to-date .pyc (tested with Python 2.7.11) Commented Jan 18, 2016 at 20:47
  • @Eponymous Interesting. Not sure why I thought otherwise. Thanks for checking. Commented Jan 18, 2016 at 20:49