mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal format (GH-114683)
Co-authored-by: Stefan Krah <skrah@bytereef.org>
This commit is contained in:
parent
0cd9bacb8a
commit
aa3402ad45
3 changed files with 20 additions and 7 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Ensure that deprecation warning for 'N' specifier in :class:`~decimal.Decimal`
|
||||
format is not raised for cases where 'N' appears in other places
|
||||
in the format specifier. Based on patch by Stefan Krah.
|
||||
Loading…
Add table
Add a link
Reference in a new issue