Skip to content

Python: Comment position is no longer afterwhitespace

Comments now start from the beginning of the line instead of just before the first non-whitespace text.

Fix mentioned in forum comment by alonsomm.

BUG: 452158

Merge request reports