[issue38530] Offer suggestions on AttributeError

STINNER Victor report at bugs.python.org
Mon Oct 28 07:28:17 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

> Ruby has it integrated into the core : https://bugs.ruby-lang.org/issues/11252 . It was initially a gem that got merged into core.

GCC also provides more and more hints. Example:

   int main() { int hello = 1; return helo; }

GCC:

   error: 'helo' undeclared (first use in this function); did you mean 'hello'?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38530>
_______________________________________


More information about the Python-bugs-list mailing list