[issue31866] clean out some more AtheOS code

2017-10-26 Thread Benjamin Peterson

Benjamin Peterson  added the comment:


New changeset 4eaf7f949069882e385f2297c9e70031caf9144c by Benjamin Peterson in 
branch 'master':
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
https://github.com/python/cpython/commit/4eaf7f949069882e385f2297c9e70031caf9144c


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31866] clean out some more AtheOS code

2017-10-26 Thread Benjamin Peterson

Benjamin Peterson  added the comment:

Well, the configure.ac thing is some code that fails if you're running atheos.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31866] clean out some more AtheOS code

2017-10-25 Thread Serhiy Storchaka

Serhiy Storchaka  added the comment:

What about configure.ac?

"On some platforms (AtheOS)" in the comment in Modules/_cryptmodule.c is 
redundant. crypt() should return NULL on error, and it often returns NULL for 
an invalid salt.

--
nosy: +serhiy.storchaka

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31866] clean out some more AtheOS code

2017-10-25 Thread Benjamin Peterson

Change by Benjamin Peterson :


--
keywords: +patch
pull_requests: +4085
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31866] clean out some more AtheOS code

2017-10-25 Thread Benjamin Peterson

New submission from Benjamin Peterson :

We stopped support AtheOS in 2007. But, there are still references in the code:

$ git grep -i AtheOS
Doc/whatsnew/2.3.rst:Other new platforms now supported by Python include AtheOS
Doc/whatsnew/2.3.rst:(http://atheos.cx/), GNU/Hurd, and OpenVMS.
Lib/distutils/command/build_ext.py:# for extensions under Cygwin and 
AtheOS Python's library directory must be
Lib/distutils/command/build_ext.py:if sys.platform[:6] == 'cygwin' or 
sys.platform[:6] == 'atheos':
Lib/distutils/command/build_ext.py:elif sys.platform[:6] == "atheos":
Lib/test/test_os.py:# On AtheOS, glibc always returns ENOSYS
Lib/test/test_os.py:# On AtheOS, glibc always returns ENOSYS
Misc/HISTORY:- Support for AtheOS has been completely removed from the code 
base. It was
Misc/HISTORY:- Support for BeOS and AtheOS was removed (according to PEP 11).
Misc/HISTORY:- AtheOS is now supported.
Modules/_cryptmodule.c:/* On some platforms (AtheOS) crypt returns NULL for 
an invalid
config.guess:i*86:atheos:*:*)
config.guess:   echo ${UNAME_MACHINE}-unknown-atheos
config.sub: -atheos*)
config.sub: os=-atheos
configure:atheos*|Linux*/1*)
configure.ac:atheos*|Linux*/1*)

--
messages: 304963
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: clean out some more AtheOS code
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com