Nick Coghlan <[email protected]> added the comment:
ImportError sounds right to me. We already raise that just above this for the "no dots at all" case, so also raising it for the "not enough dots" case makes more sense than leaving them different. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue37444> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
