This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-12-23 08:44:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
719e14d283
cpython
/
Lib
/
test
/
__main__.py
3 lines
41 B
Python
Raw
Normal View
History
Unescape
Escape
Cleanup regrtest "main()" function * Rename libregrtest.main_in_temp_cwd() to libregrtest.main() * Add regrtest.main_in_temp_cwd() alias to libregrtest.main() * Move old main_in_temp_cwd() code into libregrtest.Regrtest.main() * Update multiple scripts to call libregrtest.main()
2016-03-25 00:53:20 +08:00
from
test
.
libregrtest
import
main
main
(
)
Reference in New Issue
Copy Permalink