mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
Only include underscored names in name suggestions for AttributeError and ImportError if the original name was underscored.
2 lines
139 B
ReStructuredText
2 lines
139 B
ReStructuredText
Name suggestions for :exc:`AttributeError` and :exc:`ImportError` now only
|
|
include underscored names if the original name was underscored.
|