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
>
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
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
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
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
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/