Hi Bruno, On 2/25/24 4:02 AM, Bruno Haible wrote: > * The Python interpreter prints strings with single-quotes: > > >>> "abc" > 'abc' > > So, that makes the single-quotes the natural choice.
Interesting find. I don't have super strong feelings on the matter. I just think that it is best that code is consistent. I'm more used to "abc", but since nearly all of the exist code uses 'abc' I agree that this choice is better. Thanks, Collin