GNU bug report logs - #61648
[PATCH] * lisp/progmodes/python.el (python--import-sources): Fix regexp

Previous Next

Package: emacs;

Reported by: Augusto Stoffel <arstoffel <at> gmail.com>

Date: Mon, 20 Feb 2023 09:55:01 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#61648: closed ([PATCH] * lisp/progmodes/python.el
 (python--import-sources): Fix regexp)
Date: Wed, 22 Feb 2023 13:33:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 22 Feb 2023 15:32:37 +0200
with message-id <837cw9su4q.fsf <at> gnu.org>
and subject line Re: bug#61648: [PATCH] * lisp/progmodes/python.el (python--import-sources): Fix regexp
has caused the debbugs.gnu.org bug report #61648,
regarding [PATCH] * lisp/progmodes/python.el (python--import-sources): Fix regexp
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
61648: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61648
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Augusto Stoffel <arstoffel <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] * lisp/progmodes/python.el (python--import-sources): Fix
 regexp
Date: Mon, 20 Feb 2023 10:54:07 +0100
[Message part 3 (text/plain, inline)]
Tags: patch

Please include this small bug fix concerning the Python import commands
in Emacs 29.

.pyc files are binary bytecode and not relevant for the purposes of the
import management.  I originally confused them with .pyx files, which
are Cython source files (a Python dialect).

[0001-lisp-progmodes-python.el-python-import-sources-Fix-r.patch (text/patch, attachment)]
[Message part 5 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Augusto Stoffel <arstoffel <at> gmail.com>
Cc: 61648-done <at> debbugs.gnu.org
Subject: Re: bug#61648: [PATCH] * lisp/progmodes/python.el
 (python--import-sources): Fix regexp
Date: Wed, 22 Feb 2023 15:32:37 +0200
> From: Augusto Stoffel <arstoffel <at> gmail.com>
> Date: Mon, 20 Feb 2023 10:54:07 +0100
> 
> Please include this small bug fix concerning the Python import commands
> in Emacs 29.
> 
> .pyc files are binary bytecode and not relevant for the purposes of the
> import management.  I originally confused them with .pyx files, which
> are Cython source files (a Python dialect).

Thanks, installed.


This bug report was last modified 2 years and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.