search for: lexical_analysi

Displaying 4 results from an estimated 4 matches for "lexical_analysi".

Did you mean: lexical_analysis
2018 Aug 05
3
[PATCH] v2v: rhv-plugin: Use string literal concatenation
When splitting long strings over multiple lines, we can use string literal concatenation instead of +. See https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation --- .gnulib | 2 +- v2v/rhv-upload-plugin.py | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gnulib b/.gnulib index 5b78831df..646a44e1b 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 5b788...
2018 Aug 06
2
Re: [PATCH] v2v: rhv-plugin: Use string literal concatenation
...d W.M. Jones <rjones@redhat.com> wrote: > On Sun, Aug 05, 2018 at 04:37:31PM +0300, Nir Soffer wrote: > > When splitting long strings over multiple lines, we can use string > > literal concatenation instead of +. > > > > See > https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation > > --- > > .gnulib | 2 +- > > I dropped the accidental gnulib part of this commit :-) > Sorry about that :-) I think I did: git pull git checkout -b ... edit file git commit git format-patch master Can we prevent submodu...
2018 Aug 06
0
Re: [PATCH] v2v: rhv-plugin: Use string literal concatenation
On Sun, Aug 05, 2018 at 04:37:31PM +0300, Nir Soffer wrote: > When splitting long strings over multiple lines, we can use string > literal concatenation instead of +. > > See https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation > --- > .gnulib | 2 +- I dropped the accidental gnulib part of this commit :-) Rich. > v2v/rhv-upload-plugin.py | 14 +++++++------- > 2 files changed, 8 insertions(+), 8 deletions(-) > > diff --git a/.gnulib b/.gnulib &gt...
2018 Aug 06
0
Re: [PATCH] v2v: rhv-plugin: Use string literal concatenation
...gt; wrote: > > > On Sun, Aug 05, 2018 at 04:37:31PM +0300, Nir Soffer wrote: > > > When splitting long strings over multiple lines, we can use string > > > literal concatenation instead of +. > > > > > > See > > https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation > > > --- > > > .gnulib | 2 +- > > > > I dropped the accidental gnulib part of this commit :-) > > > > Sorry about that :-) > > I think I did: > git pull > git checkout -b ... > edit fil...