From unknown Fri Jun 20 07:15:11 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#10226 <10226@debbugs.gnu.org> To: bug#10226 <10226@debbugs.gnu.org> Subject: Status: Drop redundant Python 1.5 support? Reply-To: bug#10226 <10226@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:15:11 +0000 retitle 10226 Drop redundant Python 1.5 support? reassign 10226 automake submitter 10226 Reuben Thomas severity 10226 minor tag 10226 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 05 17:43:31 2011 Received: (at submit) by debbugs.gnu.org; 5 Dec 2011 22:43:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RXhFy-0004KF-S9 for submit@debbugs.gnu.org; Mon, 05 Dec 2011 17:43:31 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RXhFu-0004K5-S7 for submit@debbugs.gnu.org; Mon, 05 Dec 2011 17:43:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXhFL-0004cC-Cl for submit@debbugs.gnu.org; Mon, 05 Dec 2011 17:42:52 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:42539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXhFL-0004c5-AC for submit@debbugs.gnu.org; Mon, 05 Dec 2011 17:42:51 -0500 Received: from eggs.gnu.org ([140.186.70.92]:34343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RXhFJ-0003VQ-Ab for bug-automake@gnu.org; Mon, 05 Dec 2011 17:42:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RXhFF-0004a0-Oe for bug-automake@gnu.org; Mon, 05 Dec 2011 17:42:49 -0500 Received: from exprod7og101.obsmtp.com ([64.18.2.155]:57006) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RXhFF-0004ZD-Fy for bug-automake@gnu.org; Mon, 05 Dec 2011 17:42:45 -0500 Received: from mail-fx0-f45.google.com ([209.85.161.45]) (using TLSv1) by exprod7ob101.postini.com ([64.18.6.12]) with SMTP ID DSNKTt1I4v/NEdMXwlXGB1umQBxj1QBeYVpz@postini.com; Mon, 05 Dec 2011 14:42:45 PST Received: by faao26 with SMTP id o26so886749faa.18 for ; Mon, 05 Dec 2011 14:42:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.107.229 with SMTP id hf5mr14771171wib.35.1323124961605; Mon, 05 Dec 2011 14:42:41 -0800 (PST) Received: by 10.180.24.135 with HTTP; Mon, 5 Dec 2011 14:42:41 -0800 (PST) Date: Mon, 5 Dec 2011 23:42:41 +0100 Message-ID: Subject: Drop redundant Python 1.5 support? From: Reuben Thomas To: bug-automake Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) Reading python.m4, I notice that it claims to support only Python >=3D 2.0, yet still has specific support for Python 1.5. Would a patch along the following lines therefore be accepted? (If so I'll write the changelog entry &c.!) >From 159eee8f676f41aa4619d074e2bb8a01d102e4a8 Mon Sep 17 00:00:00 2001From: Reuben Thomas Date: Mon, 5 Dec 2011 23:40:48 +0100Subject: [PATCH] Remove Python 1.5 support. ---=A0m4/python.m4 | =A0 14 ++++----------=A01 files changed, 4 insertions(+), 10 deletions(-) diff --git a/m4/python.m4 b/m4/python.m4index a7c1dd7..642b498 100644--- a/m4/python.m4+++ b/m4/python.m4@@ -115,9 +115,7 @@ AC_DEFUN([AM_PATH_PYTHON],=A0 =A0dnl =A0 site-packages directory, not the python standard library=A0 =A0dnl =A0 directory like in previous automake betas. =A0This behavior=A0 =A0dnl =A0 is more consistent with lispdir.m4 fo= r example.- =A0dnl Query distutils for this directory. =A0distutils does not exist in- =A0dnl Python 1.5, so we fall back to the hardcoded directory if it- =A0dnl doesn't work.+ =A0dnl Query distutils for this directory. AC_CACHE_CHECK([for $am_display_PYTHON script directory], [am_cv_python_pythondir],=A0 =A0 =A0[if test "x$prefix" =3D xNONE@@ -126,8 +124,7 @@ AC_DEFUN([AM_PATH_PYTHON],=A0 =A0 =A0 else am_py_prefix=3D$prefix=A0 =A0 =A0 fi- =A0 =A0 am_cv_python_pythondir=3D`$PY= THON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix=3D'$am_py_prefix'))" 2>/dev/null ||- =A0 =A0 echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`+ am_cv_python_pythondir=3D`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(0,0,prefix=3D'$am_py_p= refix'))" 2>/dev/null`=A0 =A0 =A0 case $am_cv_python_pythondir in=A0 =A0 =A0 $am_py_p= refix*) =A0 =A0 =A0 am__strip_prefix=3D`echo "$am_py_prefix" | sed 's|.|.|g'`@@ -153,9 +150,7 @@ AC_DEFUN([AM_PATH_PYTHON],=A0=A0 =A0dnl pyexecdir -- directory for installing python extension modules=A0 =A0dnl =A0 (shared libraries)- =A0dnl Query distutils for this directory. =A0distutils does not exist in- =A0dnl Python 1.5, so we fall back to the hardcoded directory if it- =A0dnl doesn't work.+ =A0dnl Query distutils for this directory.=A0 =A0AC_CACHE_CHECK([for $am_display_PYTHON extension module directory],=A0 =A0 =A0[am_cv_python_pyexecdir],=A0 =A0 =A0[if test "x$exec_= prefix" =3D xNONE@@ -164,8 +159,7 @@ AC_DEFUN([AM_PATH_PYTHON],=A0 =A0 =A0 else am_py_exec_prefix=3D$exec_prefix=A0 =A0 =A0 fi- am_cv_python_pyexecdir=3D`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix=3D'$am_py_e= xec_prefix'))" 2>/dev/null ||- =A0 =A0 echo "$PYTHON_EXEC_PREFIX/lib/python$PYTHON_VERSION/site-packages"`+ am_cv_python_pyexecdir=3D`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(sysconfig.get_python_lib(1,0,prefix=3D'$am_py_e= xec_prefix'))" 2>/dev/null`=A0 =A0 =A0 case $am_cv_python_pyexecdir in $am_py_exec_prefix*)=A0 =A0 =A0 =A0 am__strip_prefix=3D`echo "$am_py_exec_prefix" | sed 's|.|.|g'`--=A01.7.5.4 --=20 http://rrt.sc3d.org From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 05 21:17:13 2011 Received: (at 10226) by debbugs.gnu.org; 6 Dec 2011 02:17:13 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RXkam-0002KA-Ra for submit@debbugs.gnu.org; Mon, 05 Dec 2011 21:17:13 -0500 Received: from mail-qy0-f172.google.com ([209.85.216.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RXkak-0002K3-Mg for 10226@debbugs.gnu.org; Mon, 05 Dec 2011 21:17:11 -0500 Received: by qcsf15 with SMTP id f15so1838811qcs.3 for <10226@debbugs.gnu.org>; Mon, 05 Dec 2011 18:16:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=KlLYDt43qbQUq4l8NgZAl1jx+RFsT8je1SAXaqwHO4A=; b=KVVGJv9jP/3MJfNGUwqTR1s3c1TTiHrddfR9Z1TcxHvRiZFDHWkeP5WpdMUkGg7IBP D6YaKDdFMBhObYErc4Ygg+mav22NMA3vfvwrmywTaLXxuhFL6y9kcrGnNwKHyPyiaY3J Yx7e0vW2/2RgJjs+eRjRzWNr8ixkMHxW6Yk+0= MIME-Version: 1.0 Received: by 10.229.182.149 with SMTP id cc21mr1559184qcb.140.1323137795041; Mon, 05 Dec 2011 18:16:35 -0800 (PST) Received: by 10.229.153.200 with HTTP; Mon, 5 Dec 2011 18:16:35 -0800 (PST) In-Reply-To: References: Date: Tue, 6 Dec 2011 13:16:35 +1100 X-Google-Sender-Auth: bWsCly4pM-7MhvbzXN17SmQyfSc Message-ID: Subject: Re: bug#10226: Drop redundant Python 1.5 support? From: Jack Kelly To: 10226@debbugs.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: 10226 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.0 (----) On Tue, Dec 6, 2011 at 9:42 AM, Reuben Thomas wrote: > Reading python.m4, I notice that it claims to support only Python >= > 2.0, yet still has specific support for Python 1.5. Would a patch > along the following lines therefore be accepted? (If so I'll write the > changelog entry &c.!) The patch appears mangled (at least for me). Can you send it to the list as an attachment? -- Jack From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 07 17:32:48 2011 Received: (at submit) by debbugs.gnu.org; 7 Dec 2011 22:32:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYQ2h-00084S-Rs for submit@debbugs.gnu.org; Wed, 07 Dec 2011 17:32:48 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYQ2g-00084F-9k for submit@debbugs.gnu.org; Wed, 07 Dec 2011 17:32:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYQ1v-0000C9-Jd for submit@debbugs.gnu.org; Wed, 07 Dec 2011 17:32:00 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:56272) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYQ1v-0000C3-Fe for submit@debbugs.gnu.org; Wed, 07 Dec 2011 17:31:59 -0500 Received: from eggs.gnu.org ([140.186.70.92]:60681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYQ1u-00079g-OQ for bug-automake@gnu.org; Wed, 07 Dec 2011 17:31:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYQ1t-0000Bs-Ol for bug-automake@gnu.org; Wed, 07 Dec 2011 17:31:58 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:51134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYQ1t-0000Bo-Hp for bug-automake@gnu.org; Wed, 07 Dec 2011 17:31:57 -0500 Received: by eekc41 with SMTP id c41so1012781eek.0 for ; Wed, 07 Dec 2011 14:31:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=9uBxPbs8KS4Ky59JIpkjlBHX+ki0ZgszgeAJ6VlLVG8=; b=e2twAW/yt6/MvxHo1QLU4Ez0eJrKV+hq+mB/RTLTs9T9OLy/07viUs+kY1SLhFMaRs dvyX2NEkesY+ei4g7QDvmUSkmtze2vZO3ipmoPOnOiphCICnTE+RYiGVDme57UYlfOtK 26r+sxj6R7a/qlFdcQHkf0aytca02ObAPojLA= Received: by 10.14.17.3 with SMTP id i3mr25432eei.249.1323297116837; Wed, 07 Dec 2011 14:31:56 -0800 (PST) Received: from bigio.localnet (host167-102-dynamic.2-87-r.retail.telecomitalia.it. [87.2.102.167]) by mx.google.com with ESMTPS id 49sm11165816eec.1.2011.12.07.14.31.55 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Dec 2011 14:31:55 -0800 (PST) From: Stefano Lattarini To: bug-automake@gnu.org Subject: Re: bug#10226: Drop redundant Python 1.5 support? Date: Wed, 7 Dec 2011 23:31:39 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201112072331.40559.stefano.lattarini@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: submit Cc: 10226@debbugs.gnu.org, Reuben Thomas X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) severity 10226 minor thanks Hi Reuben. On Monday 05 December 2011, Reuben Thomas wrote: > Reading python.m4, I notice that it claims to support only Python >= > 2.0, yet still has specific support for Python 1.5. Would a patch > along the following lines therefore be accepted? (If so I'll write the > changelog entry &c.!) > I'd be interested in such a patch; unfortunately, the one you've sent is completely garbled. Would you mind to re-send it as an attachement? Thanks, Stefano From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 07 19:25:47 2011 Received: (at submit) by debbugs.gnu.org; 8 Dec 2011 00:25:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYRo2-0004aM-7Y for submit@debbugs.gnu.org; Wed, 07 Dec 2011 19:25:46 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYRo0-0004aF-5Z for submit@debbugs.gnu.org; Wed, 07 Dec 2011 19:25:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYRnE-0000GF-Vx for submit@debbugs.gnu.org; Wed, 07 Dec 2011 19:24:58 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:52289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYRnE-0000GB-UV for submit@debbugs.gnu.org; Wed, 07 Dec 2011 19:24:56 -0500 Received: from eggs.gnu.org ([140.186.70.92]:55546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYRnD-0005OR-Mo for bug-automake@gnu.org; Wed, 07 Dec 2011 19:24:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYRnC-0000Fy-C5 for bug-automake@gnu.org; Wed, 07 Dec 2011 19:24:55 -0500 Received: from exprod7og125.obsmtp.com ([64.18.2.28]:41344) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RYRnC-0000Fl-5i for bug-automake@gnu.org; Wed, 07 Dec 2011 19:24:54 -0500 Received: from mail-ww0-f47.google.com ([74.125.82.47]) (using TLSv1) by exprod7ob125.postini.com ([64.18.6.12]) with SMTP ID DSNKTuAD1OyhO1yQP4qK7VOKPTK9f3k/SFeK@postini.com; Wed, 07 Dec 2011 16:24:53 PST Received: by wgbdr10 with SMTP id dr10so2387318wgb.4 for ; Wed, 07 Dec 2011 16:24:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.101.132 with SMTP id fg4mr911207wib.26.1323303890986; Wed, 07 Dec 2011 16:24:50 -0800 (PST) Received: by 10.180.24.135 with HTTP; Wed, 7 Dec 2011 16:24:50 -0800 (PST) In-Reply-To: <201112072331.40559.stefano.lattarini@gmail.com> References: <201112072331.40559.stefano.lattarini@gmail.com> Date: Thu, 8 Dec 2011 01:24:50 +0100 Message-ID: Subject: Re: bug#10226: Drop redundant Python 1.5 support? From: Reuben Thomas To: Stefano Lattarini Content-Type: multipart/mixed; boundary=f46d04462e4a5a26da04b389b2e0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: submit Cc: 10226@debbugs.gnu.org, bug-automake@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) --f46d04462e4a5a26da04b389b2e0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 7 December 2011 23:31, Stefano Lattarini w= rote: > severity 10226 minor >> > I'd be interested in such a patch; unfortunately, the one you've sent > is completely garbled. =A0Would you mind to re-send it as an attachement? Attached. I apologise in advance that it will have an unhelpful MIME type (hence my originally sending it inline). --=20 http://rrt.sc3d.org --f46d04462e4a5a26da04b389b2e0 Content-Type: text/x-patch; charset=US-ASCII; name="0001-Remove-Python-1.5-support.patch" Content-Disposition: attachment; filename="0001-Remove-Python-1.5-support.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gvx0ydip0 RnJvbSAxNTllZWU4ZjY3NmY0MWFhNDYxOWQwNzRlMmJiOGEwMWQxMDJlNGE4IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBSZXViZW4gVGhvbWFzIDxycnRAc2MzZC5vcmc+CkRhdGU6IE1v biwgNSBEZWMgMjAxMSAyMzo0MDo0OCArMDEwMApTdWJqZWN0OiBbUEFUQ0hdIFJlbW92ZSBQeXRo b24gMS41IHN1cHBvcnQuCgotLS0KIG00L3B5dGhvbi5tNCB8ICAgMTQgKysrKy0tLS0tLS0tLS0K IDEgZmlsZXMgY2hhbmdlZCwgNCBpbnNlcnRpb25zKCspLCAxMCBkZWxldGlvbnMoLSkKCmRpZmYg LS1naXQgYS9tNC9weXRob24ubTQgYi9tNC9weXRob24ubTQKaW5kZXggYTdjMWRkNy4uNjQyYjQ5 OCAxMDA2NDQKLS0tIGEvbTQvcHl0aG9uLm00CisrKyBiL200L3B5dGhvbi5tNApAQCAtMTE1LDkg KzExNSw3IEBAIEFDX0RFRlVOKFtBTV9QQVRIX1BZVEhPTl0sCiAgIGRubCAgIHNpdGUtcGFja2Fn ZXMgZGlyZWN0b3J5LCBub3QgdGhlIHB5dGhvbiBzdGFuZGFyZCBsaWJyYXJ5CiAgIGRubCAgIGRp cmVjdG9yeSBsaWtlIGluIHByZXZpb3VzIGF1dG9tYWtlIGJldGFzLiAgVGhpcyBiZWhhdmlvcgog ICBkbmwgICBpcyBtb3JlIGNvbnNpc3RlbnQgd2l0aCBsaXNwZGlyLm00IGZvciBleGFtcGxlLgot ICBkbmwgUXVlcnkgZGlzdHV0aWxzIGZvciB0aGlzIGRpcmVjdG9yeS4gIGRpc3R1dGlscyBkb2Vz IG5vdCBleGlzdCBpbgotICBkbmwgUHl0aG9uIDEuNSwgc28gd2UgZmFsbCBiYWNrIHRvIHRoZSBo YXJkY29kZWQgZGlyZWN0b3J5IGlmIGl0Ci0gIGRubCBkb2Vzbid0IHdvcmsuCisgIGRubCBRdWVy eSBkaXN0dXRpbHMgZm9yIHRoaXMgZGlyZWN0b3J5LgogICBBQ19DQUNIRV9DSEVDSyhbZm9yICRh bV9kaXNwbGF5X1BZVEhPTiBzY3JpcHQgZGlyZWN0b3J5XSwKICAgICBbYW1fY3ZfcHl0aG9uX3B5 dGhvbmRpcl0sCiAgICAgW2lmIHRlc3QgIngkcHJlZml4IiA9IHhOT05FCkBAIC0xMjYsOCArMTI0 LDcgQEAgQUNfREVGVU4oW0FNX1BBVEhfUFlUSE9OXSwKICAgICAgZWxzZQogICAgICAgIGFtX3B5 X3ByZWZpeD0kcHJlZml4CiAgICAgIGZpCi0gICAgIGFtX2N2X3B5dGhvbl9weXRob25kaXI9YCRQ WVRIT04gLWMgImltcG9ydCBzeXM7IGZyb20gZGlzdHV0aWxzIGltcG9ydCBzeXNjb25maWc7IHN5 cy5zdGRvdXQud3JpdGUoc3lzY29uZmlnLmdldF9weXRob25fbGliKDAsMCxwcmVmaXg9JyRhbV9w eV9wcmVmaXgnKSkiIDI+L2Rldi9udWxsIHx8Ci0gICAgIGVjaG8gIiRQWVRIT05fUFJFRklYL2xp Yi9weXRob24kUFlUSE9OX1ZFUlNJT04vc2l0ZS1wYWNrYWdlcyJgCisgICAgIGFtX2N2X3B5dGhv bl9weXRob25kaXI9YCRQWVRIT04gLWMgImltcG9ydCBzeXM7IGZyb20gZGlzdHV0aWxzIGltcG9y dCBzeXNjb25maWc7IHN5cy5zdGRvdXQud3JpdGUoc3lzY29uZmlnLmdldF9weXRob25fbGliKDAs MCxwcmVmaXg9JyRhbV9weV9wcmVmaXgnKSkiIDI+L2Rldi9udWxsYAogICAgICBjYXNlICRhbV9j dl9weXRob25fcHl0aG9uZGlyIGluCiAgICAgICRhbV9weV9wcmVmaXgqKQogICAgICAgIGFtX19z dHJpcF9wcmVmaXg9YGVjaG8gIiRhbV9weV9wcmVmaXgiIHwgc2VkICdzfC58LnxnJ2AKQEAgLTE1 Myw5ICsxNTAsNyBAQCBBQ19ERUZVTihbQU1fUEFUSF9QWVRIT05dLAogCiAgIGRubCBweWV4ZWNk aXIgLS0gZGlyZWN0b3J5IGZvciBpbnN0YWxsaW5nIHB5dGhvbiBleHRlbnNpb24gbW9kdWxlcwog ICBkbmwgICAoc2hhcmVkIGxpYnJhcmllcykKLSAgZG5sIFF1ZXJ5IGRpc3R1dGlscyBmb3IgdGhp cyBkaXJlY3RvcnkuICBkaXN0dXRpbHMgZG9lcyBub3QgZXhpc3QgaW4KLSAgZG5sIFB5dGhvbiAx LjUsIHNvIHdlIGZhbGwgYmFjayB0byB0aGUgaGFyZGNvZGVkIGRpcmVjdG9yeSBpZiBpdAotICBk bmwgZG9lc24ndCB3b3JrLgorICBkbmwgUXVlcnkgZGlzdHV0aWxzIGZvciB0aGlzIGRpcmVjdG9y eS4KICAgQUNfQ0FDSEVfQ0hFQ0soW2ZvciAkYW1fZGlzcGxheV9QWVRIT04gZXh0ZW5zaW9uIG1v ZHVsZSBkaXJlY3RvcnldLAogICAgIFthbV9jdl9weXRob25fcHlleGVjZGlyXSwKICAgICBbaWYg dGVzdCAieCRleGVjX3ByZWZpeCIgPSB4Tk9ORQpAQCAtMTY0LDggKzE1OSw3IEBAIEFDX0RFRlVO KFtBTV9QQVRIX1BZVEhPTl0sCiAgICAgIGVsc2UKICAgICAgICBhbV9weV9leGVjX3ByZWZpeD0k ZXhlY19wcmVmaXgKICAgICAgZmkKLSAgICAgYW1fY3ZfcHl0aG9uX3B5ZXhlY2Rpcj1gJFBZVEhP TiAtYyAiaW1wb3J0IHN5czsgZnJvbSBkaXN0dXRpbHMgaW1wb3J0IHN5c2NvbmZpZzsgc3lzLnN0 ZG91dC53cml0ZShzeXNjb25maWcuZ2V0X3B5dGhvbl9saWIoMSwwLHByZWZpeD0nJGFtX3B5X2V4 ZWNfcHJlZml4JykpIiAyPi9kZXYvbnVsbCB8fAotICAgICBlY2hvICIkUFlUSE9OX0VYRUNfUFJF RklYL2xpYi9weXRob24kUFlUSE9OX1ZFUlNJT04vc2l0ZS1wYWNrYWdlcyJgCisgICAgIGFtX2N2 X3B5dGhvbl9weWV4ZWNkaXI9YCRQWVRIT04gLWMgImltcG9ydCBzeXM7IGZyb20gZGlzdHV0aWxz IGltcG9ydCBzeXNjb25maWc7IHN5cy5zdGRvdXQud3JpdGUoc3lzY29uZmlnLmdldF9weXRob25f bGliKDEsMCxwcmVmaXg9JyRhbV9weV9leGVjX3ByZWZpeCcpKSIgMj4vZGV2L251bGxgCiAgICAg IGNhc2UgJGFtX2N2X3B5dGhvbl9weWV4ZWNkaXIgaW4KICAgICAgJGFtX3B5X2V4ZWNfcHJlZml4 KikKICAgICAgICBhbV9fc3RyaXBfcHJlZml4PWBlY2hvICIkYW1fcHlfZXhlY19wcmVmaXgiIHwg c2VkICdzfC58LnxnJ2AKLS0gCjEuNy41LjQKCg== --f46d04462e4a5a26da04b389b2e0-- From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 08 17:33:22 2011 Received: (at submit) by debbugs.gnu.org; 8 Dec 2011 22:33:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYmWn-0002ui-Q8 for submit@debbugs.gnu.org; Thu, 08 Dec 2011 17:33:21 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RYmWm-0002uc-84 for submit@debbugs.gnu.org; Thu, 08 Dec 2011 17:33:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYmVu-0005q7-Ji for submit@debbugs.gnu.org; Thu, 08 Dec 2011 17:32:28 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:40787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYmVu-0005py-I6 for submit@debbugs.gnu.org; Thu, 08 Dec 2011 17:32:26 -0500 Received: from eggs.gnu.org ([140.186.70.92]:58040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYmVt-0008Cu-KT for bug-automake@gnu.org; Thu, 08 Dec 2011 17:32:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RYmVs-0005oq-5j for bug-automake@gnu.org; Thu, 08 Dec 2011 17:32:25 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:49379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RYmVs-0005oD-0N; Thu, 08 Dec 2011 17:32:24 -0500 Received: by bkbzt12 with SMTP id zt12so2739079bkb.0 for ; Thu, 08 Dec 2011 14:32:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=FjaGOKTW2bU6n6q5fXRp1T9UttIY6Rshm5IkE8TGg7I=; b=XMa+jGbHH8cXeZJZ8lJSLNoRtkd+V8HBYc1osHl90s7giVkhEFDc3UjMUiPcXWbmw8 Ps2oxvG32Rb32DSTcMc5j/d+UMCyoHQ8eqfUQMFkSC3wFIfAzYY0Yvf+WcfwDDGF5hw+ hGXB96m4WFH33gkCCraYJ6kcsztXlWOdH+VyQ= Received: by 10.180.74.211 with SMTP id w19mr8215483wiv.7.1323383543015; Thu, 08 Dec 2011 14:32:23 -0800 (PST) Received: from bigio.localnet (host53-98-dynamic.20-79-r.retail.telecomitalia.it. [79.20.98.53]) by mx.google.com with ESMTPS id j5sm10571047wix.20.2011.12.08.14.32.21 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 08 Dec 2011 14:32:21 -0800 (PST) From: Stefano Lattarini To: Reuben Thomas Subject: Re: bug#10226: Drop redundant Python 1.5 support? Date: Thu, 8 Dec 2011 23:32:10 +0100 User-Agent: KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; ) References: <201112072331.40559.stefano.lattarini@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201112082332.10919.stefano.lattarini@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.2 (-----) X-Debbugs-Envelope-To: submit Cc: 10226@debbugs.gnu.org, bug-automake@gnu.org, automake-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.3 (-----) tags 10226 + patch thanks On Thursday 08 December 2011, Reuben Thomas wrote: > On 7 December 2011 23:31, Stefano Lattarini wrote: > > severity 10226 minor > >> > > I'd be interested in such a patch; unfortunately, the one you've sent > > is completely garbled. Would you mind to re-send it as an attachement? > > Attached. I apologise in advance that it will have an unhelpful MIME > type (hence my originally sending it inline). > Thanks. I've added a ChangeLog entry, bumped the serial in python.m4, and queued the patch for installation after the 1.11.2 release. Regards, Stefano From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 22 09:25:44 2011 Received: (at submit) by debbugs.gnu.org; 22 Dec 2011 14:25:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RdjaZ-0002IX-T1 for submit@debbugs.gnu.org; Thu, 22 Dec 2011 09:25:44 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RdjaU-0002IM-Tz for submit@debbugs.gnu.org; Thu, 22 Dec 2011 09:25:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdjYF-0005zB-H2 for submit@debbugs.gnu.org; Thu, 22 Dec 2011 09:23:28 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:49189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdjYF-0005z1-FU for submit@debbugs.gnu.org; Thu, 22 Dec 2011 09:23:19 -0500 Received: from eggs.gnu.org ([140.186.70.92]:44315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdjYE-0006Mh-JR for bug-automake@gnu.org; Thu, 22 Dec 2011 09:23:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdjYA-0005yo-Jd for bug-automake@gnu.org; Thu, 22 Dec 2011 09:23:18 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:61766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdjYA-0005yi-FI; Thu, 22 Dec 2011 09:23:14 -0500 Received: by wgbdt11 with SMTP id dt11so12789592wgb.30 for ; Thu, 22 Dec 2011 06:23:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=MdCi9EKNHj4AZ8H5gjjwz6aeNLVDwxC/hXg7X4HsSsk=; b=gHXBSQEMIfmO9M6PTeunwEYYlHoYF/sPD2D/MYc+nZtUd9YGIyL+ZKvKF8glGlTS3j E10k586mLEJHRZnbq3rtmmpmgeolJRHJokMwHhUTziqsakT1vKIiFZO9E+LROR64iGvC 2G1MbPYckWdC3XGE8yu5nRQFdDagmxSmzbVZU= Received: by 10.216.132.204 with SMTP id o54mr5948168wei.27.1324563793652; Thu, 22 Dec 2011 06:23:13 -0800 (PST) Received: from [82.60.36.27] (host27-36-dynamic.60-82-r.retail.telecomitalia.it. [82.60.36.27]) by mx.google.com with ESMTPS id u5sm9916531wbm.2.2011.12.22.06.23.12 (version=SSLv3 cipher=OTHER); Thu, 22 Dec 2011 06:23:13 -0800 (PST) Message-ID: <4EF33D4E.2000701@gmail.com> Date: Thu, 22 Dec 2011 15:23:10 +0100 From: Stefano Lattarini User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111114 Icedove/3.1.16 MIME-Version: 1.0 To: Reuben Thomas Subject: Re: bug#10226: Drop redundant Python 1.5 support? References: <201112072331.40559.stefano.lattarini@gmail.com> <201112082332.10919.stefano.lattarini@gmail.com> In-Reply-To: <201112082332.10919.stefano.lattarini@gmail.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: submit Cc: 10226-done@debbugs.gnu.org, bug-automake@gnu.org, automake-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.1 (-----) On 12/08/2011 11:32 PM, Stefano Lattarini wrote: > tags 10226 + patch > thanks > > On Thursday 08 December 2011, Reuben Thomas wrote: >> On 7 December 2011 23:31, Stefano Lattarini wrote: >>> severity 10226 minor >>>> >>> I'd be interested in such a patch; unfortunately, the one you've sent >>> is completely garbled. Would you mind to re-send it as an attachement? >> >> Attached. I apologise in advance that it will have an unhelpful MIME >> type (hence my originally sending it inline). >> > Thanks. I've added a ChangeLog entry, bumped the serial in python.m4, and > queued the patch for installation after the 1.11.2 release. > I've added the NEWS entry below, rebased the patch on latest maint, and pushed it. I'm thus closing this bug report. Thanks, Stefano -*-*- diff --git a/NEWS b/NEWS index 46803a7..785d6b0 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,9 @@ New in 1.11.0a: * Miscellaneous changes: + - The last relics of Python 1.5 support have been removed from the + AM_PATH_PYTHON macro. + - The `lzma' compression scheme and associated automake option `dist-lzma' is obsoleted by `xz' and `dist-xz' due to upstream changes. From unknown Fri Jun 20 07:15:11 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 20 Jan 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator