This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Big Stone, JayKrish, Saimadhav.Heblikar, THRlWiTi, Todd.Rovito, jesstess, malin, markroseman, miss-islington, mthompsonwhs, ned.deily, rhettinger, roger.serwy, serhiy.storchaka, taleinat, terry.reedy
Date 2019-07-24.06:31:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563949872.9.0.156636611992.issue17535@roundup.psfhosted.org>
In-reply-to
Content
After-thought test 2: proportional fonts* work fine.  Nearly all have monospaced digits, with extra space around '1' if there is no bottom bar.  So those also have nicely aligned right-justified columns in the sidebar.  And the one font I found with proportional digits, Miriam Libre, still had readable numbers.

* Given the PEP 8 discouragement of the sort of vertical alignment, such as

one      =  1
eight    =  8
ten      = 10
nineteen = 19

which people, including me, have done with other languages, using a proportional font with python is not nearly as crazy as some people claim, and not to be totally disregarded.  The main issue is line length and what happens when someone else views the same file with a fixed-pitch font.
History
Date User Action Args
2019-07-24 06:31:12terry.reedysetrecipients: + terry.reedy, rhettinger, taleinat, ned.deily, roger.serwy, markroseman, jesstess, THRlWiTi, Todd.Rovito, serhiy.storchaka, JayKrish, Saimadhav.Heblikar, malin, Big Stone, miss-islington, mthompsonwhs
2019-07-24 06:31:12terry.reedysetmessageid: <1563949872.9.0.156636611992.issue17535@roundup.psfhosted.org>
2019-07-24 06:31:12terry.reedylinkissue17535 messages
2019-07-24 06:31:12terry.reedycreate