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 serhiy.storchaka
Recipients serhiy.storchaka, viniciusd
Date 2017-03-01.17:28:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488389307.81.0.687852868291.issue29686@psf.upfronthosting.co.za>
In-reply-to
Content
This can break a code that checks whether shortDescription() is None.

If you an empty string rather than None, just use the expression `shortDescription() or ''`.
History
Date User Action Args
2017-03-01 17:28:27serhiy.storchakasetrecipients: + serhiy.storchaka, viniciusd
2017-03-01 17:28:27serhiy.storchakasetmessageid: <1488389307.81.0.687852868291.issue29686@psf.upfronthosting.co.za>
2017-03-01 17:28:27serhiy.storchakalinkissue29686 messages
2017-03-01 17:28:27serhiy.storchakacreate