Serhiy Storchaka added the comment: 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 ''`. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29686> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com