pyformat.info icon indicating copy to clipboard operation
pyformat.info copied to clipboard

Thousands separators

Open PeterShinners opened this issue 5 years ago • 3 comments

Python added support for formatting numbers with thousands separators. This works for both floating point and integer numbers. Originally the comma separator was added. In Python 3.6, support for underscore was also added.

PeterShinners avatar Jul 25 '20 22:07 PeterShinners

Sorry about the CI failure. I don't think they are a result of my changes, but I'm willing to learn.

No configuration was found in your project. Please refer to https://circleci.com/docs/2.0/ to get started with your configuration.

PeterShinners avatar Jul 25 '20 22:07 PeterShinners

I had no luck running main.py locally. I wanted to see the resulting html for myself. To the best of my predictions this will look correct on the generated website.

AttributeError: module '_ast' has no attribute 'Str'

PeterShinners avatar Jul 25 '20 22:07 PeterShinners

FYI, see Issue #55

supRy avatar Jul 28 '20 18:07 supRy