Re: [PATCH] eng: Update the python template, add a shell template

2020-09-01 Thread Chris Johns
On 1/9/20 5:01 pm, Sebastian Huber wrote: > On 01/09/2020 08:48, Chris Johns wrote: >> On 1/9/20 4:44 pm, Sebastian Huber wrote: >>> On 01/09/2020 08:15, Chris Johns wrote: On 1/9/20 2:45 pm, Sebastian Huber wrote: > All the examples in PEP 257 use """ strings. I used this style for all >

Re: [PATCH] eng: Update the python template, add a shell template

2020-09-01 Thread Sebastian Huber
On 01/09/2020 08:48, Chris Johns wrote: On 1/9/20 4:44 pm, Sebastian Huber wrote: On 01/09/2020 08:15, Chris Johns wrote: On 1/9/20 2:45 pm, Sebastian Huber wrote: All the examples in PEP 257 use """ strings. I used this style for all the new Python code in rtems-central. Could we use """ inst

Re: [PATCH] eng: Update the python template, add a shell template

2020-08-31 Thread Chris Johns
On 1/9/20 4:44 pm, Sebastian Huber wrote: > On 01/09/2020 08:15, Chris Johns wrote: >> On 1/9/20 2:45 pm, Sebastian Huber wrote: >>> All the examples in PEP 257 use """ strings. I used this style for all the >>> new >>> Python code in rtems-central. Could we use """ instead of '''? >> Is this just

Re: [PATCH] eng: Update the python template, add a shell template

2020-08-31 Thread Sebastian Huber
On 01/09/2020 08:15, Chris Johns wrote: On 1/9/20 2:45 pm, Sebastian Huber wrote: All the examples in PEP 257 use """ strings. I used this style for all the new Python code in rtems-central. Could we use """ instead of '''? Is this just for docstrings? I used "" for all strings. The reason wa

Re: [PATCH] eng: Update the python template, add a shell template

2020-08-31 Thread Chris Johns
On 1/9/20 2:45 pm, Sebastian Huber wrote: > All the examples in PEP 257 use """ strings. I used this style for all the new > Python code in rtems-central. Could we use """ instead of '''? Is this just for docstrings? Chris ___ devel mailing list devel@r

Re: [PATCH] eng: Update the python template, add a shell template

2020-08-31 Thread Sebastian Huber
On 01/09/2020 04:10, chr...@rtems.org wrote: From: Chris Johns --- eng/coding-file-hdr.rst | 62 ++--- 1 file changed, 58 insertions(+), 4 deletions(-) diff --git a/eng/coding-file-hdr.rst b/eng/coding-file-hdr.rst index cda631a..dafe82c 100644 --- a/eng/