|
|
|
|
|
by maratc
2 days ago
|
|
My argument is that searching for \bfoo\b will produce all the results you want. Python was designed from the start so that 'foo' and "foo" are equal. It also worked like that for 30 years or so. This has not been an issue in these 30 years. But then someone came with an opinion that one of them is better than the other. |
|