Re: Blasphemy

2019-10-24 Thread Chris Angelico
On Fri, Oct 25, 2019 at 9:54 AM Marek Mosiewicz wrote: > > What about, if Python would have optional end keyword. In fact most of > blocks have starting : sign. What if you would have also keyword to > optionaly mark end of block. > > That would be big win for IDEs to format code and ensure that t

Re: Blasphemy

2019-10-24 Thread Andrew Z
Space. On Thu, Oct 24, 2019, 18:53 Marek Mosiewicz wrote: > What about, if Python would have optional end keyword. In fact most of > blocks have starting : sign. What if you would have also keyword to > optionaly mark end of block. > > That would be big win for IDEs to format code and ensure tha

Blasphemy

2019-10-24 Thread Marek Mosiewicz
What about, if Python would have optional end keyword. In fact most of blocks have starting : sign. What if you would have also keyword to optionaly mark end of block. That would be big win for IDEs to format code and ensure that there is no problems with intendation. There could be some keyword t