index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
mozbase
/
mozprocess
/
tests
/
scripts
/
procnonewline.py
blob: 341a94be0a76072888a505669dbe6cddacea3bdf (
plain
)
1
2
3
4
import
sys
print
(
"this is a newline"
)
sys
.
stdout
.
write
(
"this has NO newline"
)