JuliaLang/julia

Support `'` format flag for `@printf`

Open

#29.077 aperta il 7 set 2018

Vedi su GitHub
 (2 commenti) (8 reazioni) (0 assegnatari)Julia (5773 fork)batch import
display and printinghelp wanted

Metriche repository

Star
 (48.709 star)
Metriche merge PR
 (Merge medio 20g 6h) (157 PR mergiate in 30 g)

Descrizione

See https://stackoverflow.com/questions/52213829/in-julia-insert-commas-into-integers-for-printing-like-python-3-6.

Would it be difficult to support the ' format flag that adds thousand separators? Currently, using it explicitly throws an error that it is not yet supported.

Guida contributor