mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
add support for PyPy
This commit is contained in:
parent
94e4e2a7e5
commit
0ad9b7727d
2 changed files with 20 additions and 0 deletions
|
@ -93,6 +93,11 @@ class PlatformTest(unittest.TestCase):
|
|||
:
|
||||
("Jython", "2.5.0", "trunk", "6107",
|
||||
('trunk:6107', 'Mar 26 2009'), "java1.5.0_16"),
|
||||
("2.5.2 (63378, Mar 26 2009, 18:03:29)\n[PyPy 1.0.0]",
|
||||
('PyPy', 'trunk', '63378'), self.save_platform)
|
||||
:
|
||||
("PyPy", "2.5.2", "trunk", "63378", ('63378', 'Mar 26 2009'),
|
||||
"")
|
||||
}
|
||||
for (version_tag, subversion, sys_platform), info in \
|
||||
sys_versions.iteritems():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue