summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2007-08-22 18:10:19 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2007-08-22 18:10:19 (GMT)
commitbfc672b16921fd90660edec8fdcdbbedf01aa2d9 (patch)
treed7d778a0cdd74bcfcda5d8a6c9a8b6dcabf0d29c /Lib
parent3a4e24b999d86eb84f026bbf009cedf4bdf1c575 (diff)
downloadcpython-bfc672b16921fd90660edec8fdcdbbedf01aa2d9.zip
cpython-bfc672b16921fd90660edec8fdcdbbedf01aa2d9.tar.gz
cpython-bfc672b16921fd90660edec8fdcdbbedf01aa2d9.tar.bz2
Remove some old comments adequately covered in the code.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/IOBinding.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py
index 3e45daf..1be1a21 100644
--- a/Lib/idlelib/IOBinding.py
+++ b/Lib/idlelib/IOBinding.py
@@ -1,10 +1,3 @@
-# changes by dscherer@cmu.edu
-# - IOBinding.open() replaces the current window with the opened file,
-# if the current window is both unmodified and unnamed
-# - IOBinding.loadfile() interprets Windows, UNIX, and Macintosh
-# end-of-line conventions, instead of relying on the standard library,
-# which will only understand the local convention.
-
import os
import types
import sys