[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Martin Panter
Martin Panter added the comment: >>> f"{number:#0x}" # using integer format specifier It’s not clear what your purpose was adding the above line, but the zero flag (0) does nothing because there is no “width” field. I think it could be misleading, because it is actually the “#x” codes that ge

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 4f6bae9677c0e5398e64c503fd3c19cae94567da by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31487: Update F-strings doc example (GH-3627) (GH-3628) https://github.com/python/cpython/commit/4f6bae9677c0e5398e64c503fd3c19cae94567da -

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3617 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 63c591c0b0b57870a606e8edc59afe6264e7504d by Mariatta in branch 'master': bpo-31487: Update F-strings doc example (GH-3627) https://github.com/python/cpython/commit/63c591c0b0b57870a606e8edc59afe6264e7504d -- ___

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-17 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +3616 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-16 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-16 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 46c1052404c1a6e4d35af8e96613db8a4be75b52 by Mariatta (Miss Islington (bot)) in branch '3.6': bpo-31487: Improve f-strings documentation (GH-3604) (GH-3619) https://github.com/python/cpython/commit/46c1052404c1a6e4d35af8e96613db8a4be75b52 --

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-16 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +3610 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-15 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: +Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-15 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- keywords: +patch pull_requests: +3595 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue31487] Improve f-strings documentation wrt format specifiers

2017-09-15 Thread Mariatta Wijaya
New submission from Mariatta Wijaya: Provide a couple more examples of using format specifiers in f-string. -- assignee: docs@python components: Documentation messages: 302279 nosy: Mariatta, docs@python, eric.smith priority: normal severity: normal status: open title: Improve f-strings