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 veky
Recipients eric.smith, pablogsal, rhettinger, serhiy.storchaka, veky, xtreak
Date 2021-03-18.10:15:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616062514.57.0.688641923146.issue43535@roundup.psfhosted.org>
In-reply-to
Content
Does strong typing mean you should write

    if bool(condition): ...

or 

    for element in iter(sequence): ...

or (more similar to this)

    my_set.symmetric_difference_update(set(some_iterable))

?

As Eric has said, if there's only one possible thing you could have meant, "strong typing" is just bureaucracy.
History
Date User Action Args
2021-03-18 10:15:14vekysetrecipients: + veky, rhettinger, eric.smith, serhiy.storchaka, pablogsal, xtreak
2021-03-18 10:15:14vekysetmessageid: <1616062514.57.0.688641923146.issue43535@roundup.psfhosted.org>
2021-03-18 10:15:14vekylinkissue43535 messages
2021-03-18 10:15:14vekycreate