Thanks, this is useful. It would be great to document the assumption that processors should treat the internal whitespace as semantically insignificant (doesn’t have to be part of the PEP but maybe something to consider for the final documentation).
Does this assumption also expand to non-whitespace formatting? Examples here are:
- The quotes from inner strings
- Escapes used in inner strings
- Trailing commas (e.g. from a multiline list)