[issue32490] subprocess: duplicate filename in exception message

2018-09-16 Thread Zackery Spytz
Zackery Spytz added the comment: There was also some relevant discussion in #22536. -- ___ Python tracker ___ ___ Python-bugs-list

[issue32490] subprocess: duplicate filename in exception message

2018-09-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 73870bfeb9cf350d84ee88bd25430c104b3c6191 by Benjamin Peterson (Zackery Spytz) in branch 'master': closes bpo-32490: Fix filename duplication in subprocess exception message. (GH-9163)

[issue32490] subprocess: duplicate filename in exception message

2018-09-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: The builtin exception is better now, so I don't see a problem with reverting the original patch. -- ___ Python tracker ___

[issue32490] subprocess: duplicate filename in exception message

2018-09-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This code was added in issue4925. Is the original problem gone? -- nosy: +benjamin.peterson, serhiy.storchaka ___ Python tracker ___

[issue32490] subprocess: duplicate filename in exception message

2018-09-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___ ___

[issue32490] subprocess: duplicate filename in exception message

2018-09-11 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +8606 stage: -> patch review ___ Python tracker ___ ___

[issue32490] subprocess: duplicate filename in exception message

2018-01-03 Thread Jakub Wilk
New submission from Jakub Wilk : Python 3.6.4 (default, Jan 3 2018, 21:10:22) [GCC 4.8.4] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import subprocess >>> subprocess.call('nonexistent') Traceback (most recent call last): File "", line