Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
address review: add news
  • Loading branch information
skirpichev committed Jun 2, 2025
commit 251ce802d5a38947437f4d71242c301b35e7bf5d
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
+Accept leading zeros in precision/width fields for
+:class:`~decimal.Decimal` formatting, for example ``format(Decimal(1.25),
'.016f')``.
Loading