[pypy-issue] Issue #2836: better errors for ConnectionRefusedError and socket.gaierror (pypy/pypy)

2018-05-26 Thread Carl Friedrich Bolz-Tereick
New issue 2836: better errors for ConnectionRefusedError and socket.gaierror https://bitbucket.org/pypy/pypy/issues/2836/better-errors-for-connectionrefusederror Carl Friedrich Bolz-Tereick: Simon Davy on Twitter suggested: "the message for ConnectionRefused include the address/port that'd be su

[pypy-issue] Issue #2837: interactive stdout buffer not flushed if no end-of-line and exception (pypy/pypy)

2018-05-26 Thread Armin Rigo
New issue 2837: interactive stdout buffer not flushed if no end-of-line and exception https://bitbucket.org/pypy/pypy/issues/2837/interactive-stdout-buffer-not-flushed-if Armin Rigo: Interactively: ``` #!python print 5,; 0 / 0 Traceback (most recent call last): File "", line 1, in Zero