emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61648: closed ([PATCH] * lisp/progmodes/python.el (python--import-so


From: GNU bug Tracking System
Subject: bug#61648: closed ([PATCH] * lisp/progmodes/python.el (python--import-sources): Fix regexp)
Date: Wed, 22 Feb 2023 13:33:02 +0000

Your message dated Wed, 22 Feb 2023 15:32:37 +0200
with message-id <837cw9su4q.fsf@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@gnu.org.)


-- 
61648: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61648
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] * lisp/progmodes/python.el (python--import-sources): Fix regexp Date: Mon, 20 Feb 2023 10:54:07 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
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).

Attachment: 0001-lisp-progmodes-python.el-python-import-sources-Fix-r.patch
Description: Text Data


--- End Message ---
--- Begin Message --- 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@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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]