mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
Merge from 3.3.
This commit is contained in:
commit
daa96b7669
6 changed files with 331 additions and 39 deletions
|
|
@ -4149,6 +4149,7 @@ class CheckAttributes(unittest.TestCase):
|
|||
self.assertTrue(P.HAVE_THREADS is True or P.HAVE_THREADS is False)
|
||||
|
||||
self.assertEqual(C.__version__, P.__version__)
|
||||
self.assertEqual(C.__libmpdec_version__, P.__libmpdec_version__)
|
||||
|
||||
x = dir(C)
|
||||
y = [s for s in dir(P) if '__' in s or not s.startswith('_')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue