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

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

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


From: Augusto Stoffel
Subject: bug#61648: [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


reply via email to

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