Irit Katriel <[email protected]> added the comment:
Actually I can check too :) And it was fixed: iritkatriel@Irits-MBP cpython % echo Coucou > '<string>' iritkatriel@Irits-MBP cpython % ./python.exe -c 'raise ValueError' Traceback (most recent call last): File "<string>", line 1, in <module> ValueError iritkatriel@Irits-MBP cpython % ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45596> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
