mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
4 lines
297 B
ReStructuredText
4 lines
297 B
ReStructuredText
Improve the error message when a script shadowing a module from the standard
|
|
library causes :exc:`AttributeError` to be raised. Similarly, improve the error
|
|
message when a script shadowing a third party module attempts to access an
|
|
attribute from that third party module while still initialising.
|