commit | e0ed2d75c8bce7f0fc76c55c957052aa8a0756f2 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Jan 16 18:59:17 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Jan 16 18:59:17 2014 +0200 |
tree | f7189504e53c1be575130aff11c7e5688f975784 | |
parent | 09421f82eb1394c4df933f8796ff668eb59f2492 [diff] |
Issue #19936: Added executable bits or shebang lines to Python scripts which requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface.