Staging
v0.5.1
https://github.com/python/cpython
Revision 673770c59d6b68c05aaa37cb3e45fb7f86aa7db3 authored by Terry Jan Reedy on 09 May 2013, 03:42:41 UTC, committed by Terry Jan Reedy on 09 May 2013, 03:42:41 UTC
1 parent db03e6b
Raw File
Tip revision: 673770c59d6b68c05aaa37cb3e45fb7f86aa7db3 authored by Terry Jan Reedy on 09 May 2013, 03:42:41 UTC
Issue 16584: in filecomp._cmp, catch IOError as well as os.error.
Tip revision: 673770c
struct.py
from _struct import *
from _struct import _clearcache
from _struct import __doc__
back to top