Files
yamllint/yamllint
Dimitri Papadopoulos 8a540c2bbf octal values: simpler test for match objects
From the Python 3 documentation:
	Match objects always have a boolean value of True.
	Since match() and search() return None when there is no match,
	you can test whether there was a match with a simple if statement:
		match = re.search(pattern, string)
		if match:
		    process(match)
2022-08-05 22:02:07 +02:00
..
2022-07-08 18:06:54 +02:00
2017-03-21 16:00:58 +07:00