[issue16520] subprocess.Popen() TypeError message incorrect without args argument

Carl Bordum Hansen report at bugs.python.org
Sat Jul 13 10:35:33 EDT 2019


Carl Bordum Hansen <carl at bordum.dk> added the comment:

I think changing the message will break a lot of tests.

Here are some examples just from CPython:
https://github.com/python/cpython/blob/master/Lib/test/test_dataclasses.py#L2655
https://github.com/python/cpython/blob/master/Lib/test/test_extcall.py

It would also outdate some documentation examples.

----------
nosy: +carlbordum

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue16520>
_______________________________________


More information about the Python-bugs-list mailing list