-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove support for BSD/OS (closes bpo-31624) #3812
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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