From bfc672b16921fd90660edec8fdcdbbedf01aa2d9 Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Wed, 22 Aug 2007 18:10:19 +0000 Subject: Remove some old comments adequately covered in the code. --- Lib/idlelib/IOBinding.py | 7 ------- 1 file changed, 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 -- cgit v0.12