Re: [Python-ideas] a sorting protocol dunder method?

2017-12-06 Thread Barry Scott
> On 5 Dec 2017, at 01:06, Chris Barker wrote: > > wow! a few time zones (and a day job) really make a difference to taking part > in a discussion :-) > > This could be a good idea -- just putting it here for the record as it's > mentioned elsewhere. > > I can't

Re: [Python-ideas] f-string literals by default?

2017-12-06 Thread Serhiy Storchaka
05.12.17 23:22, Joseph Jevnik пише: This would break code that uses str.format everywhere for very little benefit. And many regular expressions. And string.Template patterns. And docstrings (silently). And ast.literal_eval, shelve, doctest. ___