Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
#!/usr/bin/env python import sys sys.stderr.write("a line on stderr\n") sys.stderr.flush()