We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4350f commit e548654Copy full SHA for e548654
1 file changed
ietf/release/views.py
@@ -13,20 +13,7 @@
13
14
# workaround for thread import lock problem, http://bugs.python.org/issue7980
15
import time
16
-time.strptime('1984', '%Y') # this will happen lazily when changelog calls tzparse later, otherwise
17
-
18
19
-# workaround for thread import lock problem, http://bugs.python.org/issue7980
20
-import time
21
-time.strptime('1984', '%Y')
22
23
24
25
26
27
28
29
+time.strptime('1984', '%Y') # we do this to force lib loading, instead of it happening lazily when changelog calls tzparse later
30
31
def trac_links(text):
32
# changeset links
0 commit comments