diff options
Diffstat (limited to 'Lib/idlelib/IOBinding.py')
| -rw-r--r-- | Lib/idlelib/IOBinding.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py index 37a11ad6ad..dda3634315 100644 --- a/Lib/idlelib/IOBinding.py +++ b/Lib/idlelib/IOBinding.py @@ -504,7 +504,7 @@ class IOBinding:          else:              try:                  pwd = os.getcwd() -            except os.error: +            except OSError:                  pwd = ""              return pwd, ""  | 
