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
fbff5387c3
cpython
/
Tools
/
freeze
/
flag.py
3 lines
41 B
Python
Raw
Normal View
History
Unescape
Escape
Fix for refleak tests through regrtest.py -R:: bug #1414 The pre-commit hook doesn't allow a trailing newline
2007-11-12 15:19:07 -04:00
initialized
=
True
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas Stührk.
2011-05-16 11:29:35 -03:00
print
(
"
Hello world!
"
)