mirror of
https://github.com/python/cpython.git
synced 2026-03-25 22:20:46 +00:00
Merge with 3.4
This commit is contained in:
commit
73c2194d07
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ def setfunction(value, key=key, object=self.object):
|
|||
sublist.append(item)
|
||||
return sublist
|
||||
|
||||
def keys(self): # unused, left for possible 3rd parcy use
|
||||
def keys(self): # unused, left for possible 3rd party use
|
||||
return list(self.object.keys())
|
||||
|
||||
def _stack_viewer(parent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue