diff --git a/Lib/idlelib/IOBinding.py b/Lib/idlelib/IOBinding.py
index 3e45daf3200b7ffc98b7a493eb059fd4a9171859..1be1a2113d27699450f9d4f3294078f8392880de 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