Cross-language method suggestions are now shown for :exc:`AttributeError` on
builtin types when the existing Levenshtein-based suggestions find no match.
For example, [].push() now suggests append and
"".toUpperCase() suggests upper.
Cross-language method suggestions are now shown for :exc:`AttributeError` on
builtin types when the existing Levenshtein-based suggestions find no match.
For example, [].push() now suggests append and
"".toUpperCase() suggests upper.