Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d17c0 commit 213b405Copy full SHA for 213b405
2 files changed
Lib/modulefinder.py
@@ -10,7 +10,7 @@
10
import struct
11
import warnings
12
with warnings.catch_warnings():
13
- warnings.simplefilter('ignore', PendingDeprecationWarning)
+ warnings.simplefilter('ignore', DeprecationWarning)
14
import imp
15
16
# XXX Clean up once str8's cstor matches bytes.
Lib/test/test_imp.py
@@ -12,7 +12,7 @@
import unittest
17
18
0 commit comments