Re: Cleaning patches

2020-06-21 Thread Richard Kimberly Heck
On 6/21/20 9:20 AM, Thibaut Cuvelier wrote: > On Sun, 21 Jun 2020 at 06:04, Richard Kimberly Heck > wrote: > > On 6/20/20 6:32 PM, Thibaut Cuvelier wrote: >> Dear list, >> >> Again, a few PEP8 changes for Python scripts. Nothing too fancy :). > > When did t

Re: Cleaning patches

2020-06-21 Thread Thibaut Cuvelier
On Sun, 21 Jun 2020 at 06:04, Richard Kimberly Heck wrote: > On 6/20/20 6:32 PM, Thibaut Cuvelier wrote: > > Dear list, > > Again, a few PEP8 changes for Python scripts. Nothing too fancy :). > > When did the x <= y <= z syntax become available? I think we still want > this all to work with Pytho

Re: Cleaning patches

2020-06-20 Thread Richard Kimberly Heck
On 6/20/20 6:32 PM, Thibaut Cuvelier wrote: > Dear list, > > Again, a few PEP8 changes for Python scripts. Nothing too fancy :). When did the x <= y <= z syntax become available? I think we still want this all to work with Python 2.7. Riki > > On Mon, 8 Jun 2020 at 06:57, Jürgen Spitzmüller

Re: Cleaning patches

2020-06-20 Thread Thibaut Cuvelier
Dear list, Again, a few PEP8 changes for Python scripts. Nothing too fancy :). Thibaut Cuvelier On Mon, 8 Jun 2020 at 06:57, Jürgen Spitzmüller wrote: > Am Montag, den 08.06.2020, 04:46 +0200 schrieb Thibaut Cuvelier: > > Here is one more small patch fixing a few typos in comments I found > >

Re: Cleaning patches

2020-06-07 Thread Jürgen Spitzmüller
Am Montag, den 08.06.2020, 04:46 +0200 schrieb Thibaut Cuvelier: > Here is one more small patch fixing a few typos in comments I found > in OutputParams.h. Thanks, committed. Jürgen signature.asc Description: This is a digitally signed message part -- lyx-devel mailing list lyx-devel@lists.lyx

Re: Cleaning patches

2020-06-07 Thread Thibaut Cuvelier
Hi all, Here is one more small patch fixing a few typos in comments I found in OutputParams.h. Enjoy, Thibaut Cuvelier On Fri, 8 May 2020 at 19:32, Richard Kimberly Heck wrote: > On 5/7/20 7:14 PM, Thibaut Cuvelier wrote: > > Dear list, > > > > While working on DocBook support > > (https://gi

Re: Cleaning patches

2020-05-08 Thread Richard Kimberly Heck
On 5/7/20 7:14 PM, Thibaut Cuvelier wrote: > Dear list, > > While working on DocBook support > (https://gitlab.com/gadmm/lyx-unstable/-/merge_requests/3), I made a > bit of clean-up, i.e. correcting one typo and updating lyx2lyx 2.4 to > respect a bit better the PEP8 (i.e. the official code convent

Re: Cleaning patches

2020-05-07 Thread Joel Kulesza
On Thu, May 7, 2020 at 5:14 PM Thibaut Cuvelier wrote: > Dear list, > > While working on DocBook support ( > https://gitlab.com/gadmm/lyx-unstable/-/merge_requests/3), I made a bit > of clean-up, i.e. correcting one typo and updating lyx2lyx 2.4 to respect a > bit better the PEP8 (i.e. the offici

Cleaning patches

2020-05-07 Thread Thibaut Cuvelier
Dear list, While working on DocBook support ( https://gitlab.com/gadmm/lyx-unstable/-/merge_requests/3), I made a bit of clean-up, i.e. correcting one typo and updating lyx2lyx 2.4 to respect a bit better the PEP8 (i.e. the official code conventions for Python, https://www.python.org/dev/peps/pep-