syntax: Combine regexes

Improves performance
This commit is contained in:
nfnty
2017-02-21 17:24:11 +01:00
parent 750e4f1d67
commit f5b242e57b
2 changed files with 15 additions and 45 deletions

View File

@@ -40,7 +40,7 @@ bool float frozenset dict int list object str tuple set
__import__() abs() all() any() apply() basestring() buffer() callable() chr() classmethod()
cmp() coerce() compile() complex() delattr() dir() divmod() enumerate() eval() execfile() file()
filter() getattr() globals() hasattr() hash() help() hex() id() input() intern() isinstance()
issubclass() iter() len() locals() long() map() max() min() oct() open() ord() pow() property()
issubclass() iter() len() locals() long() map() max() min() oct() open() ord() pow() print() property()
range() raw_input() reduce() reload() repr() reversed() round() setattr() slice() sorted()
staticmethod() sum() super() type() unichr() unicode() vars() xrange() zip()