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
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