]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
__init__(), save_views(): Catch ValueError along with IOError and
authorBarry Warsaw <barry@python.org>
Tue, 10 Jul 2001 21:48:51 +0000 (21:48 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 10 Jul 2001 21:48:51 +0000 (21:48 +0000)
commitffa926d77e530a87703c0547bde76cc59e8e963e
tree654bc5afb1777497c805f651ae95e9b450bd3492
parent698c14936a2f933c709ea3b412af16478ba8594d
__init__(), save_views(): Catch ValueError along with IOError and
EOFError so any failures in unmarshalling are just ignored.  Use
print>> instead of sys.stderr.write().
Tools/pynche/Switchboard.py