mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Patch #1739468: Directories and zipfiles containing __main__.py are now executable
This commit is contained in:
parent
5cf449cfb2
commit
327a39b047
6 changed files with 254 additions and 47 deletions
|
@ -1,3 +1,6 @@
|
|||
# Tests invocation of the interpreter with various command line arguments
|
||||
# All tests are executed with environment variables ignored
|
||||
# See test_cmd_line_script.py for testing of script execution
|
||||
|
||||
import test.test_support, unittest
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue