Update sip to v6.8.3 and fix deprecations

This commit is contained in:
Scott Talbert
2024-02-12 23:20:17 -05:00
parent 832f17260f
commit 2c6307142f
8 changed files with 10 additions and 9 deletions

View File

@@ -223,7 +223,7 @@ class Enumeration(object):
return self.reverseLookup[value]
CONSTANT_RE = re.compile('^([\w\s,]+)=', re.M)
CONSTANT_RE = re.compile(r'^([\w\s,]+)=', re.M)
EXCLUDED_ATTRS = ['__builtins__', '__doc__', '__name__', '__file__', '__path__',
'__module__', '__all__', '__cached__', '__loader__', '__package__',