News

Multiline comments both inside and outside the function can't be collapsed with Python. When there are hundreds of commented lines, it isn't convenient to view code. Even just fold those lines ...
This would be fine except in python it is actually a comment, not a string literal. This is further confused by multiline string literals emulating comments if used inside a function. (But ...