Roundup Robot added the comment:
New changeset 869cbcabb934 by Benjamin Peterson in branch '2.7':
document that various functions that parse from source will interpret things as latin-1 (closes #18870)
http://hg.python.org/cpython/rev/869cbcabb934
----------
nosy: +python-dev
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
_______________________________________
Python tracker <report(a)bugs.python.org>
<http://bugs.python.org/issue18870>
_______________________________________
Antoine Pitrou added the comment:
> Are there tests for this?
Not sure what you mean: there are several tests using isatty() in test suite.
Regardless, there is no #ifdef around the isatty() definition in posixmodule.c, so I can only assume it exists on all platforms.
----------
nosy: +pitrou
_______________________________________
Python tracker <report(a)bugs.python.org>
<http://bugs.python.org/issue18553>
_______________________________________