| idlelib.IOBinding | index /usr/local/lib/python2.3/idlelib/IOBinding.py |
# 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.
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||
|
| ||||||||||||||||
| Functions | ||
| ||
| Data | ||
| BOM_UTF8 = '\xef\xbb\xbf' coding_re = <_sre.SRE_Pattern object> encoding = 'ansi_x3.4-1968' idleConf = <idlelib.configHandler.IdleConf instance> | ||