Andreas Motl

Results 1428 comments of Andreas Motl

Some service modules are still based on `urllib` and `urllib2`. `urllib` is the hardest module to use from Python 2/3 compatible code, see also https://python-future.org/compatible_idioms.html#urllib-module. The list of relevant service...

Thanks already, @dgomes and @jpmens. I've further added 17bf2745 and 578ab704 to address more aspects with respect to Python2/3 compatibility.

Hi there, the latest and greatest mqttwarn-0.13.2 has just been released [1]. It should be reasonably compatible with Python 3, but we will be happy to hear about anything which...

For verifying Python 3.8 support, we might want to check if things related to Jinja2 are still working in this environment, see also https://github.com/pallets/jinja/issues/1119.

I just added `tox` support for Python 3.8 and it also works flawlessly. I would like to close this issue if I could at least get some encouraging words from...

@jpmens Thanks for your quick response and your observations. Getting things right here is very important. > something general is happening with encoding True. I hope 0.13.7 fixes these issues...

Thanks for testing!

Hi again, GH-676 revealed that not all service plugins are compatible with Python 3 yet. On this matter, I just discovered the `python3` branch by @SpotlightKid, which may have a...

Hi Tobias and JP, I also believe this would make a sweet feature, kudos! Because `ConfigParser` already has interpolation capabilities [1], with specific examples how to expand environment variables [2,3],...

Dear @psyciknz. Thank you for asking. We did not work on this feature yet.