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 docs@python, eric.araujo, ezio.melotti, mdk, moselhy, terry.reedy, willingc
Date 2021-04-30.22:46:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619822792.21.0.794865807843.issue43971@roundup.psfhosted.org>
In-reply-to
Content
From PEP 8:
right:    label: str = '<unknown>'
wrong:    result: int=0  # No spaces around equality sign

current doc: quantity_on_hand: int=0):
History
Date User Action Args
2021-04-30 22:46:32terry.reedysetrecipients: + terry.reedy, ezio.melotti, eric.araujo, docs@python, willingc, mdk, moselhy
2021-04-30 22:46:32terry.reedysetmessageid: <1619822792.21.0.794865807843.issue43971@roundup.psfhosted.org>
2021-04-30 22:46:32terry.reedylinkissue43971 messages
2021-04-30 22:46:32terry.reedycreate