Staging
v0.5.1
https://github.com/python/cpython
Revision 5317e9cd8dc4bf1f02eb9144acb119673d537387 authored by R. David Murray on 16 December 2010, 19:08:51 UTC, committed by R. David Murray on 16 December 2010, 19:08:51 UTC
Before the introduction of filename arguments to compileall it gave semi useful
messages about not being able to 'list' names that weren't valid directories.
This fix restores that behavior.  In addition to the test for this case, the
patch also adds a test for the default behavior of compileall when no arguments
are provided, and fixes a bug in one of the previously added tests.
1 parent 20f0fb6
Raw File
Tip revision: 5317e9cd8dc4bf1f02eb9144acb119673d537387 authored by R. David Murray on 16 December 2010, 19:08:51 UTC
#10719: restore messages generated on invalid compileall args
Tip revision: 5317e9c
Extras.ReadMe.txt
This folder contains examples of Python usage and useful scripts and tools.

You should be aware that these are not Macintosh-specific but are shared
among Python on all platforms, so there are some that only run on Windows
or Unix or another platform, and/or make little sense on a Macintosh.
back to top