mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
gh-99482: remove jython
compatibility parts from stdlib and tests (#99484)
This commit is contained in:
parent
c5726b727e
commit
745545b5bb
20 changed files with 134 additions and 232 deletions
|
@ -329,7 +329,7 @@ class PlatformTest(unittest.TestCase):
|
|||
|
||||
def test_java_ver(self):
|
||||
res = platform.java_ver()
|
||||
if sys.platform == 'java':
|
||||
if sys.platform == 'java': # Is never actually checked in CI
|
||||
self.assertTrue(all(res))
|
||||
|
||||
def test_win32_ver(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue