mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Removed *.libs (now in ./sgi);
added gettext() method to TextEdit.py; fixed string.atoi() to ignore leading zeros.
This commit is contained in:
parent
de126a6ff8
commit
2d4aa4f5d4
4 changed files with 18 additions and 4 deletions
|
@ -27,6 +27,9 @@ class TextEdit:
|
|||
def settext(self, text):
|
||||
self.editor.settext(text)
|
||||
#
|
||||
def gettext(self):
|
||||
return self.editor.gettext(text)
|
||||
#
|
||||
# Downcalls from parent to child
|
||||
#
|
||||
def destroy(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue