mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
Update sip to v6.8.3 and fix deprecations
This commit is contained in:
@@ -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__',
|
||||
|
||||
Reference in New Issue
Block a user