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 moselhy
Recipients docs@python, eric.araujo, ezio.melotti, mdk, moselhy, willingc
Date 2021-04-29.00:34:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619656492.65.0.621784631269.issue43971@roundup.psfhosted.org>
In-reply-to
Content
See https://www.python.org/dev/peps/pep-0008/#function-annotations

The first section of https://docs.python.org/3/library/dataclasses.html shows quantity_on_hand: int=0, when there should be spacing around the '=' according to PEP 8 (see link above).
History
Date User Action Args
2021-04-29 00:34:52moselhysetrecipients: + moselhy, ezio.melotti, eric.araujo, docs@python, willingc, mdk
2021-04-29 00:34:52moselhysetmessageid: <1619656492.65.0.621784631269.issue43971@roundup.psfhosted.org>
2021-04-29 00:34:52moselhylinkissue43971 messages
2021-04-29 00:34:52moselhycreate