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
History
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
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 556 bytes
.gitignore -rw-r--r-- 427 bytes
.hgeol -rw-r--r-- 503 bytes
.hgignore -rw-r--r-- 771 bytes
.hgtags -rw-r--r-- 4.0 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 41.5 KB
README -rw-r--r-- 6.4 KB
configure -rwxr-xr-x 395.7 KB
configure.in -rw-r--r-- 121.7 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.7 KB
setup.py -rw-r--r-- 78.3 KB

README

back to top