This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients Carl.Friedrich.Bolz, SilentGhost, iritkatriel, serhiy.storchaka
Date 2022-01-28.20:04:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643400266.61.0.876590095447.issue39486@roundup.psfhosted.org>
In-reply-to
Content
On 3.11:

>>> "%+%abc% %" % ()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: not enough arguments for format string

>>> "%+%abc% %" % {}
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: unsupported format character '%' (0x25) at index 2
History
Date User Action Args
2022-01-28 20:04:26iritkatrielsetrecipients: + iritkatriel, Carl.Friedrich.Bolz, SilentGhost, serhiy.storchaka
2022-01-28 20:04:26iritkatrielsetmessageid: <1643400266.61.0.876590095447.issue39486@roundup.psfhosted.org>
2022-01-28 20:04:26iritkatriellinkissue39486 messages
2022-01-28 20:04:26iritkatrielcreate