[Python-checkins] r87410 - python/branches/release31-maint

r.david.murray python-checkins at python.org
Mon Dec 20 19:10:51 CET 2010


Author: r.david.murray
Date: Mon Dec 20 19:10:51 2010
New Revision: 87410

Log:
Blocked revisions 87408 via svnmerge

........
  r87408 | r.david.murray | 2010-12-20 13:08:59 -0500 (Mon, 20 Dec 2010) | 8 lines
  
  Make test_compileall more robust by using -S to keep sys.path minimized.
  
  Arfrever Taifersar Arahesis reported that test_compileall failed during Gentoo
  install because it was tyring to write .pyc files to a read-only system
  directory during test_no_args_compiles_path.  Having subprocess call python
  with -S should eliminate the system directories from the path.
........


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


More information about the Python-checkins mailing list