From: Kurt B. Kaiser Date: Wed, 22 Aug 2007 18:10:19 +0000 (+0000) Subject: Remove some old comments adequately covered in the code. X-Git-Tag: v3.0a1~345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfc672b16921fd90660edec8fdcdbbedf01aa2d9;p=thirdparty%2FPython%2Fcpython.git Remove some old comments adequately covered in the code. --- diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py index 3e45daf3200b..1be1a2113d27 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