zlacker

[parent] [thread] 1 comments
1. musica+(OP)[view] [source] 2025-08-07 05:10:40
> No, it absolutely could not have

It could have fairly trivially for the vast majority of use cases (no space between print and parenthesis if you want to call the function) but apparently that would have made some python maintainers unhappy. So it was ripped out and a breaking change was introduced with no recourse (not even, say, from __past__ import print_statement or something).

This is part of what I mean by demonstrating tremendous contempt for the user base and for existing code.

replies(1): >>zahlma+731
2. zahlma+731[view] [source] 2025-08-07 14:24:03
>>musica+(OP)
> (no space between print and parenthesis if you want to call the function)

This would be unlike anything else in any ALGOL-extended-family language, never mind Python.

[go to top]