Re: [libvirt] [PATCH 22/22] apibuild: Simplify parsing string tokens

2018-03-19 Thread Daniel P . Berrangé
On Sat, Mar 17, 2018 at 02:23:40PM +, Radostin Stoyanov wrote: > Improve readability and reduce the complexity of the code that is > searching for string tokens (i.e. characters surrounded by a single > or double quote). > > Signed-off-by: Radostin Stoyanov > --- > docs/apibuild.py | 32

[libvirt] [PATCH 22/22] apibuild: Simplify parsing string tokens

2018-03-17 Thread Radostin Stoyanov
Improve readability and reduce the complexity of the code that is searching for string tokens (i.e. characters surrounded by a single or double quote). Signed-off-by: Radostin Stoyanov --- docs/apibuild.py | 32 ++-- 1 file changed, 10 insertions(+), 22 deletions(-)