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 e4bb991 commit 7be3c8bCopy full SHA for 7be3c8b
roundup/anypy/vendored/cgi.py
@@ -82,7 +82,7 @@ def initlog(*allargs):
82
send an error message).
83
84
"""
85
- global log, logfile, logfp
+ global log, logfp
86
warnings.warn("cgi.log() is deprecated as of 3.10. Use logging instead",
87
DeprecationWarning, stacklevel=2)
88
if logfile and not logfp:
roundup/pygettext.py
@@ -231,7 +231,6 @@ def make_escapes(pass_iso8859):
231
232
233
def escape(s):
234
- global escapes
235
s = list(s)
236
for i in range(len(s)):
237
s[i] = escapes[ord(s[i])]
0 commit comments