]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove some old comments adequately covered in the code.
authorKurt B. Kaiser <kbk@shore.net>
Wed, 22 Aug 2007 18:10:19 +0000 (18:10 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Wed, 22 Aug 2007 18:10:19 +0000 (18:10 +0000)
Lib/idlelib/IOBinding.py

index 3e45daf3200b7ffc98b7a493eb059fd4a9171859..1be1a2113d27699450f9d4f3294078f8392880de 100644 (file)
@@ -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