all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Carlos Pita <carlosjosepita@gmail.com>
Cc: 50996@debbugs.gnu.org
Subject: bug#50996: 29.0.50; formatargspec is deprecated since python 3.5
Date: Mon, 04 Oct 2021 11:43:35 +0200	[thread overview]
Message-ID: <87mtnpnn08.fsf@gnus.org> (raw)
In-Reply-To: <CAELgYhfBBWjEx+S0FtjhabOuadKxVgvPcczVdAfMPM1HYOuzew@mail.gmail.com> (Carlos Pita's message of "Sun, 3 Oct 2021 14:19:38 -0300")

Carlos Pita <carlosjosepita@gmail.com> writes:

> This will do it:
>
>                 if hasattr(inspect, 'signature'):
>                     args = str(inspect.signature(target))
>                 else:
>                     args = inspect.formatargspec(*argspec_function(target))

Thanks; applied to Emacs 29.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  reply	other threads:[~2021-10-04  9:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-03 16:56 bug#50996: 29.0.50; formatargspec is deprecated since python 3.5 Carlos Pita
2021-10-03 17:19 ` Carlos Pita
2021-10-04  9:43   ` Lars Ingebrigtsen [this message]
2021-10-03 17:21 ` Carlos Pita

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mtnpnn08.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=50996@debbugs.gnu.org \
    --cc=carlosjosepita@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.