From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#68559: [PATCH] Improve Python shell completion Date: Fri, 16 Feb 2024 14:51:34 +0200 Message-ID: <86o7cgvag9.fsf@gnu.org> References: <6BAFD8BF-8F18-4D9F-9DB3-A185AEF2EBCA@gmail.com> <867cj5wuo6.fsf@gnu.org> <86sf1svosu.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="21118"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 68559@debbugs.gnu.org To: liuhui1610@gmail.com, mattias.engdegard@gmail.com, kobarity@gmail.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Feb 16 13:53:07 2024 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1raxiF-0005G9-92 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 16 Feb 2024 13:53:07 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1raxhx-0002La-7D; Fri, 16 Feb 2024 07:52:49 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raxhr-0002JA-Ln for bug-gnu-emacs@gnu.org; Fri, 16 Feb 2024 07:52:44 -0500 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1raxhr-00068n-DR for bug-gnu-emacs@gnu.org; Fri, 16 Feb 2024 07:52:43 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1raxiA-00005s-AP for bug-gnu-emacs@gnu.org; Fri, 16 Feb 2024 07:53:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 16 Feb 2024 12:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 68559 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 68559-submit@debbugs.gnu.org id=B68559.170808792732727 (code B ref 68559); Fri, 16 Feb 2024 12:53:02 +0000 Original-Received: (at 68559) by debbugs.gnu.org; 16 Feb 2024 12:52:07 +0000 Original-Received: from localhost ([127.0.0.1]:58078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raxhG-0008Vm-Tb for submit@debbugs.gnu.org; Fri, 16 Feb 2024 07:52:07 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1raxhD-0008VC-UB for 68559@debbugs.gnu.org; Fri, 16 Feb 2024 07:52:05 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1raxgp-00062v-A9; Fri, 16 Feb 2024 07:51:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Tdr/vhY11hDlg+BkUdVLF7+F11elztOyViXVXZZnFBY=; b=GOt8vG1BAhrK OuBBQRQkmIA74Aa+OgoLu6+MMp7sfsmDIpzcrppVa1tH5Yex3onrV6loURrVfFwTF8VegCdFvf5uC an/S22TSaI4RDGGx4m3iJNaXkObrAhSyqp5ZbhbPsKFf9qaly/n46IIiu232V76VY1hBrnN0x9dJw 0BHZPB4mIY7FqBddBPFeUHbEzFvXg4tWIGqtxEaRPrYRrNrRL40jD8YwvlKUkq+u+3C+353J94/Fh zyEOwvM5Mbf+lVWp5+PmhWO67MlYF2+PBU9VJSQJzO4Qyc6UT6wZKFskr0aTB/AmAfbFr9aq234cJ iFaxd23Qh/FOtzKEEuk4Yw==; In-Reply-To: <86sf1svosu.fsf@gnu.org> (message from Eli Zaretskii on Fri, 16 Feb 2024 09:41:37 +0200) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:280100 Archived-At: > Cc: mattias.engdegard@gmail.com, kobarity@gmail.com, 68559@debbugs.gnu.org > Date: Fri, 16 Feb 2024 09:41:37 +0200 > From: Eli Zaretskii > > > It may be necessary to install pyreadline (for Python 2.7) or > > pyreadline3 (for Python 3). > > I will see if I can do that, thanks. I've now installed pyreadline3, and I can confirm that the completion tests which were failing before now pass. Thanks. > Regardless, patches to the test suite to skip the tests which rely on > those modules, if they aren't installed, will be welcome. This is still true.