[Python-checkins] r87326 - python/branches/release27-maint

r.david.murray python-checkins at python.org
Thu Dec 16 20:15:41 CET 2010


Author: r.david.murray
Date: Thu Dec 16 20:15:41 2010
New Revision: 87326

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


Modified:
   python/branches/release27-maint/   (props changed)


More information about the Python-checkins mailing list