remove support for BSD/OS (closes bpo-31624)#3812
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Look also at configure.ac:2495, configure.ac:2563, configure.ac:2563, configure.ac:2588, sysconfig.py:636, distutils/util.py:57.
Is BSD/OS and BSDI the same?
261df29 to
99c346b
Compare
|
Yes, BSDi is the old name for BSD/OS. |
|
Are there supported OS containing a slash in a name? |
|
I'm not sure. It's possible we can remove that distutils code. However, I didn't want to make a functional change (for non-BSD/OS platforms) in this PR. |
|
FYI I removed MS-DOS support in october 2014: commit b71c7dc |
|
Honestly, I never heard anything about BSD/OS. Thank you @benjaminp for the cleanup! A few more OSes support removal, and soon we will be close to only support the best OS, Linux! ;-) |
|
I am impressed by the amount of special cases for BSD/OS. |
Hum, look at @tiran commit to remove VMS support: commit af01f66 |
|
RICOS even had its own top-level directory! |
|
macOS has its Mac/ top-level directory, Windows has *two* top-level
directories: PC and PCbuild!
|
https://bugs.python.org/issue31624