mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
replace obsolete 'exceptions' implicit by 'warnings'
This commit is contained in:
parent
6e54f579a6
commit
821a0fc140
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ def main():
|
|||
|
||||
# modules that are imported by the Python runtime
|
||||
implicits = []
|
||||
for module in ('site', 'exceptions',):
|
||||
for module in ('site', 'warnings',):
|
||||
if module not in exclude:
|
||||
implicits.append(module)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue