Re: [DOCS] Python Language Conventions

2022-10-20 Thread Martin Liška
On 10/20/22 13:34, Gerald Pfeifer wrote: > On Mon, 17 Oct 2022, Martin Liška wrote: >> All right, let me install my initial patch with the improved wording. > > The validator noticed a small issue which I addressed thusly (by > moving up the - the beginning of implicitly closes a ). > > No

Re: [DOCS] Python Language Conventions

2022-10-20 Thread Gerald Pfeifer
On Mon, 17 Oct 2022, Martin Liška wrote: > All right, let me install my initial patch with the improved wording. The validator noticed a small issue which I addressed thusly (by moving up the - the beginning of implicitly closes a ). No worries - that's what validators are for. :-) Gerald

Re: [DOCS] Python Language Conventions

2022-10-17 Thread Martin Liška
On 10/13/22 19:16, David Malcolm wrote: > On Thu, 2022-10-13 at 11:44 +0200, Gerald Pfeifer wrote: >> Hi Martin, >> >> On Thu, 13 Oct 2022, Martin Liška wrote: >>> I think we should add how Python scripts should be formatted. I >>> noticed >>> that while reading the Modula-2 patchset where it

Re: [DOCS] Python Language Conventions

2022-10-13 Thread Gaius Mulley via Gcc-patches
David Malcolm writes: > On Thu, 2022-10-13 at 11:44 +0200, Gerald Pfeifer wrote: >> Hi Martin, >> >> On Thu, 13 Oct 2022, Martin Liška wrote: >> > I think we should add how Python scripts should be formatted. I >> > noticed >> > that while reading the Modula-2 patchset where it follows the

Re: [DOCS] Python Language Conventions

2022-10-13 Thread David Malcolm via Gcc-patches
On Thu, 2022-10-13 at 11:44 +0200, Gerald Pfeifer wrote: > Hi Martin, > > On Thu, 13 Oct 2022, Martin Liška wrote: > > I think we should add how Python scripts should be formatted. I > > noticed > > that while reading the Modula-2 patchset where it follows the C/C++ > > style > > when it comes to

Re: [DOCS] Python Language Conventions

2022-10-13 Thread Richard Sandiford via Gcc-patches
Martin Liška writes: > On 10/13/22 12:03, Richard Sandiford wrote: >> Martin Liška writes: >>> I think we should add how Python scripts should be formatted. I noticed >>> that while reading the Modula-2 patchset where it follows the C/C++ style >>> when it comes to Python files. >>> >>> Ready to

Re: [DOCS] Python Language Conventions

2022-10-13 Thread Martin Liška
On 10/13/22 12:03, Richard Sandiford wrote: > Martin Liška writes: >> I think we should add how Python scripts should be formatted. I noticed >> that while reading the Modula-2 patchset where it follows the C/C++ style >> when it comes to Python files. >> >> Ready to be installed? >> Thanks, >>

Re: [DOCS] Python Language Conventions

2022-10-13 Thread Richard Sandiford via Gcc-patches
Martin Liška writes: > I think we should add how Python scripts should be formatted. I noticed > that while reading the Modula-2 patchset where it follows the C/C++ style > when it comes to Python files. > > Ready to be installed? > Thanks, > Martin Did you consider requiring black formatting

Re: [DOCS] Python Language Conventions

2022-10-13 Thread Gerald Pfeifer
Hi Martin, On Thu, 13 Oct 2022, Martin Liška wrote: > I think we should add how Python scripts should be formatted. I noticed > that while reading the Modula-2 patchset where it follows the C/C++ style > when it comes to Python files. good initiative, thank you! This makes sense to me, alas I'm

[DOCS] Python Language Conventions

2022-10-13 Thread Martin Liška
I think we should add how Python scripts should be formatted. I noticed that while reading the Modula-2 patchset where it follows the C/C++ style when it comes to Python files. Ready to be installed? Thanks, Martin --- htdocs/codingconventions.html | 14 ++ 1 file changed, 14