Changes between Initial Version and Version 1 of Ticket #28280
- Timestamp:
- Jun 7, 2017, 8:21:14 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28280
- Property Component Uncategorized → Utilities
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Bug
-
Ticket #28280 – Description
initial v1 2 2 3 3 {{{ 4 >>> from django.utils.numberformat import format 4 5 >>> format(0.0000000000000000009, '.', 2) 5 6 '9e-19.00'