Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Lib/idlelib/extend.txt

    r2 r391  
    1919An IDLE extension class is instantiated with a single argument,
    2020`editwin', an EditorWindow instance. The extension cannot assume much
    21 about this argument, but it is guarateed to have the following instance
     21about this argument, but it is guaranteed to have the following instance
    2222variables:
    2323
     
    5555case there must be empty bindings in cofig-extensions.def)
    5656
    57 Here is a complete example example:
     57Here is a complete example:
    5858
    5959class ZoomHeight:
     
    7373
    7474The final piece of the puzzle is the file "config-extensions.def", which is
    75 used to to configure the loading of extensions and to establish key (or, more
     75used to configure the loading of extensions and to establish key (or, more
    7676generally, event) bindings to the virtual events defined in the extensions.
    7777
Note: See TracChangeset for help on using the changeset viewer.