STINNER Victor <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue38530> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
