Bug#953369: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used

2020-04-25 Thread Vincent Lefevre
Control: tags -1 patch On 2020-03-09 13:29:52 +0100, Vincent Lefevre wrote: > On 2020-03-09 00:08:45 +0800, 積丹尼 Dan Jacobson wrote: > > Setting up python3-apt (1.9.9) ... > > /usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering > > (buffering=1) isn't supported in binary mode,

Bug#953369: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used

2020-03-09 Thread Vincent Lefevre
Control: severity -1 serious Control: affects -1 codespell And this makes codespell fail (and scripts that use codespell): cventin:~/software/mpfr> tools/mpfrlint codespell: /usr/lib/python3.8/codecs.py:905: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the

Bug#953369: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used

2020-03-09 Thread Vincent Lefevre
On 2020-03-09 00:08:45 +0800, 積丹尼 Dan Jacobson wrote: > Setting up python3-apt (1.9.9) ... > /usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering > (buffering=1) isn't supported in binary mode, the default buffer size will be > used > self.stdin = io.open(p2cwrite, 'wb',

Bug#953369: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used

2020-03-08 Thread Julian Andres Klode
Control: reassign -1 libpython3.8-minimal On Mon, Mar 09, 2020 at 12:08:45AM +0800, 積丹尼 Dan Jacobson wrote: > Package: python3-apt > Version: 1.9.9 > > Setting up python3-apt (1.9.9) ... > /usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering > (buffering=1) isn't supported in

Bug#953369: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used

2020-03-08 Thread 積丹尼 Dan Jacobson
Package: python3-apt Version: 1.9.9 Setting up python3-apt (1.9.9) ... /usr/lib/python3.8/subprocess.py:838: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used self.stdin = io.open(p2cwrite, 'wb', bufsize)