[pypy-commit] pypy winconsoleio: Work in progress.

2019-06-01 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96726:462ddd6f090c Date: 2019-06-01 22:48 +0100 http://bitbucket.org/pypy/pypy/changeset/462ddd6f090c/ Log:Work in progress. diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy/mo

[pypy-commit] pypy winconsoleio: Added testconsole, further implementation of winconsoleio.

2019-06-01 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96725:64a78c073e0b Date: 2019-06-01 17:40 +0100 http://bitbucket.org/pypy/pypy/changeset/64a78c073e0b/ Log:Added testconsole, further implementation of winconsoleio. diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_