[issue22673] document the special features (eg: fdclose=False) of the standard streams

2021-02-23 Thread Eryk Sun
Change by Eryk Sun : -- components: +IO versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___

[issue22673] document the special features (eg: fdclose=False) of the standard streams

2014-12-24 Thread Akira Li
Akira Li added the comment: Two minor details: 1. It is possible that `fileno(stdout) != 1` even in C [1]. I don't know what happens if the code from the answer is run on Windows. In principle, it may break eryksun's workaround. I don't know how likely it is in practice. 2. you

[issue22673] document the special features (eg: fdclose=False) of the standard streams

2014-12-20 Thread Martin Panter
Changes by Martin Panter vadmium...@gmail.com: -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22673 ___ ___ Python-bugs-list

[issue22673] document the special features (eg: fdclose=False) of the standard streams

2014-10-20 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22673 ___

[issue22673] document the special features (eg: fdclose=False) of the standard streams

2014-10-19 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- assignee: - docs@python components: +Documentation -IO nosy: +docs@python stage: - needs patch title: Incorrect fileno for CONOUT$ / stdout - document the special features (eg: fdclose=False) of the standard streams versions: