mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	
				Patterns like "[\s\S]" or "\s|\S" which match any character are now compiled
to the same effective code as a dot with the DOTALL modifier ("(?s:.)").
		
	
					 | 
			||
|---|---|---|
| .. | ||
| __init__.py | ||
| _casefix.py | ||
| _compiler.py | ||
| _constants.py | ||
| _parser.py | ||