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 anton.gruebel
Recipients anton.gruebel, eric.smith, python-dev
Date 2021-07-22.20:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626984373.12.0.123965741978.issue44711@roundup.psfhosted.org>
In-reply-to
Content
I know that :) , it is just weird to do also do the type check on an empty string, which can be replaced with str directly, but as far as I know it is usually better to use isinstance instead of type.
History
Date User Action Args
2021-07-22 20:06:13anton.gruebelsetrecipients: + anton.gruebel, eric.smith, python-dev
2021-07-22 20:06:13anton.gruebelsetmessageid: <1626984373.12.0.123965741978.issue44711@roundup.psfhosted.org>
2021-07-22 20:06:13anton.gruebellinkissue44711 messages
2021-07-22 20:06:13anton.gruebelcreate