New submission from Charalampos Stratakis <cstra...@redhat.com>:

The install-sh file that python uses for autotools is horribly outdated. Last 
update was 16 years ago and it's being copied from automake's source code.

Updating it to modern standards could potentially fix issues for systems that 
use autotools, but it has the downside of having some backwards incompatible 
changes e.g. [0][1] (or you can search at their NEWS file [2]) which could 
break some previous applied workarounds.

As things stand, there is no bug at the moment and autotools just work so would 
a PR for updating install-sh to a newer version be considered? 

[0] 
http://git.savannah.gnu.org/cgit/automake.git/commit/lib/install-sh?id=84a98180dd37a32891800fb9aafdf685bab74252
[1] 
http://git.savannah.gnu.org/cgit/automake.git/commit/lib/install-sh?id=bd44db1abdeea3643ba0387de24af7539da644e4
[2] http://git.savannah.gnu.org/cgit/automake.git/tree/NEWS

----------
components: Build
messages: 325996
nosy: cstratak
priority: normal
severity: normal
status: open
title: Update install-sh
versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34765>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to