Re: [Python-ideas] [docs] https://docs.python.org/fr/ ?

2017-02-01 Thread Nick Coghlan
On 30 January 2017 at 19:03, Brett Cannon wrote: > On Mon, 30 Jan 2017 at 07:16 Berker Peksağ wrote: >> +1 for b) or any idea that would indicate that the Python developers >> don't maintain translations of the official documentation. I don't >> have a strong opinion on naming the GitHub organiza

Re: [Python-ideas] A decorator to call super()

2017-02-01 Thread Nick Coghlan
On 31 January 2017 at 21:55, Joao S. O. Bueno wrote: > Sure - thanks - I did not even consider the descriptor mechanism, as > I got focused in getting the equivalent from the __class__ cell > inside the decorator code. > > And of course, now there is the "__init_subclass__" mechanism - a > mixin