mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#11515: Merge with 3.2.
This commit is contained in:
commit
373089239b
50 changed files with 59 additions and 59 deletions
|
@ -772,7 +772,7 @@ class ClassPropertiesAndMethods(unittest.TestCase):
|
|||
# see "A Monotonic Superclass Linearization for Dylan",
|
||||
# by Kim Barrett et al. (OOPSLA 1996)
|
||||
def test_consistency_with_epg(self):
|
||||
# Testing consistentcy with EPG...
|
||||
# Testing consistency with EPG...
|
||||
class Pane(object): pass
|
||||
class ScrollingMixin(object): pass
|
||||
class EditingMixin(object): pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue