Author: kurt.kaiser
Date: Wed Aug 22 20:10:19 2007
New Revision: 57276

Modified:
   python/branches/py3k/Lib/idlelib/IOBinding.py
Log:
Remove some old comments adequately covered in the code.


Modified: python/branches/py3k/Lib/idlelib/IOBinding.py
==============================================================================
--- python/branches/py3k/Lib/idlelib/IOBinding.py       (original)
+++ python/branches/py3k/Lib/idlelib/IOBinding.py       Wed Aug 22 20:10:19 2007
@@ -1,10 +1,3 @@
-# changes by [EMAIL PROTECTED]
-#   - 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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to