]> granicus.if.org Git - python/commit
Blocked revisions 87324 via svnmerge
authorR. David Murray <rdmurray@bitdance.com>
Thu, 16 Dec 2010 19:15:41 +0000 (19:15 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Thu, 16 Dec 2010 19:15:41 +0000 (19:15 +0000)
commit3e8cd62d0342d819157ddab7c36b0eee4018ab95
tree30840e91f10c3227b75050d11f267af4cd6a0aa1
parent2623ae90742187c3e6e2eeb94afdbb23f7c9a1ac
Blocked revisions 87324 via svnmerge

The risk of breakage (since the tests aren't backported) seems higher
than the benefit for a point release, since this is not a semantic
change.

........
  r87324 | r.david.murray | 2010-12-16 14:08:51 -0500 (Thu, 16 Dec 2010) | 9 lines

  #10719: restore messages generated on invalid compileall args

  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.
........