Staging
v0.8.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
.gitignore
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Parser/pgen.stamp
build/
config.log
config.status
libpython3.2.a
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
Lib/lib2to3/Grammar3.2.0.alpha.2.pickle
Lib/lib2to3/PatternGrammar3.2.0.alpha.2.pickle
autom4te.cache
back to top