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 06e5e73 commit 2306e60Copy full SHA for 2306e60
1 file changed
Lib/_strptime.py
@@ -21,7 +21,7 @@
21
timezone as datetime_timezone)
22
try:
23
from _thread import allocate_lock as _thread_allocate_lock
24
-except:
+except ImportError:
25
from _dummy_thread import allocate_lock as _thread_allocate_lock
26
27
__all__ = []
0 commit comments