mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
sys.platform on Mac OS X is now "darwin", without any version number appended.
This should probably go into NEWS (who's responsible for that?).
This commit is contained in:
parent
a7594db5bc
commit
8a97f4a380
4 changed files with 417 additions and 415 deletions
|
|
@ -619,7 +619,7 @@ _expectations = {
|
|||
test_winreg
|
||||
test_winsound
|
||||
""",
|
||||
'darwin1':
|
||||
'darwin':
|
||||
"""
|
||||
test_al
|
||||
test_cd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue