]> granicus.if.org Git - python/commit
Make backup copies of stdin, stdout, stderr as __stdin__, __stdout__,
authorGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 20:53:06 +0000 (20:53 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 20:53:06 +0000 (20:53 +0000)
commitbd36dbaaa53929e1bd8609e734c7a0fa128b7bd2
tree64453bf7a735419d71f106297af031f6c44461ac
parentf1dc0615e913fd0028a2fa6fda9607b3edfa76d5
Make backup copies of stdin, stdout, stderr as __stdin__, __stdout__,
__stderr__.  These will be used by the import cleanup.
Python/sysmodule.c