Bug#968935: Syntax warnings printed to stdout when importing python3-xlsxwriter in Python 3.8.5...

2020-12-09 Thread Witold Baryluk
Package: python3-xlsxwriter Version: 1.1.2-0.2 Followup-For: Bug #968935 X-Debbugs-Cc: witold.bary...@gmail.com It would be nice to see it fixed in Debian. It was fixed in 1.2.2 upstream over a year ago. Upstream is now at 1.3.7 , which contains many bugs fixes since 1.1.2. Upstream has a full

Bug#968935: Syntax warnings printed to stdout when importing python3-xlsxwriter in Python 3.8.5...

2020-08-24 Thread Sebastian Rasmussen
Package: python3-xlsxwriter Version: 1.1.2-0.2 Hi! I'm having issues with python3-xlsxwriter printing syntax warnings to standard out. These can be reproduced by running this one-liner: python3 --version && python3 -Walways -c 'from xlsxwriter import Workbook' When I run it I see: $ python3