Re: Add support for using the experimental pygnulib tool

2018-10-13 Thread Darshit Shah
Given that pygnulib aims to support on Python 3, maybe we should change this patch slightly to also provide for a way to fallback if the python version fails? Any ideas on how it should be implemented? * Darshit Shah [181013 22:03]: > We at GNU Wget have been using the new Python implementation

Add support for using the experimental pygnulib tool

2018-10-13 Thread Darshit Shah
We at GNU Wget have been using the new Python implementation of gnulib-tool for a while now and it has been working pretty smoothly. However, we always have to patch the bootstrap script manually to enable use of the tool since there is currently no way in gnulib to enable it. The attached patch ad