mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -105,8 +105,8 @@ class EditorWindow(object):
|
|||
self.top = top = WindowList.ListedToplevel(root, menu=self.menubar)
|
||||
if flist:
|
||||
self.tkinter_vars = flist.vars
|
||||
#self.top.instance_dict makes flist.inversedict avalable to
|
||||
#configDialog.py so it can access all EditorWindow instaces
|
||||
#self.top.instance_dict makes flist.inversedict available to
|
||||
#configDialog.py so it can access all EditorWindow instances
|
||||
self.top.instance_dict = flist.inversedict
|
||||
else:
|
||||
self.tkinter_vars = {} # keys: Tkinter event names
|
||||
|
|
|
@ -13,7 +13,7 @@ What's New in IDLEfork 0.8.1?
|
|||
- New tarball released as a result of the 'revitalisation' of the IDLEfork
|
||||
project.
|
||||
|
||||
- This release requires python 2.1 or better. Compatability with earlier
|
||||
- This release requires python 2.1 or better. Compatibility with earlier
|
||||
versions of python (especially ancient ones like 1.5x) is no longer a
|
||||
priority in IDLEfork development.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue