This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
74fc96bc60
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-24 13:53:20 -03:00
from
test
.
libregrtest
import
main
main
(
)