bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187)
authorDavid Herberth <github@dav1d.de>
Fri, 19 Oct 2018 22:32:04 +0000 (00:32 +0200)
committerVictor Stinner <vstinner@redhat.com>
Fri, 19 Oct 2018 22:32:04 +0000 (00:32 +0200)
commit8deab9672554edaf58f91e238cc899463d53f6ea
tree0f3ad581a9889fdcd5b05f948a55008f559799b5
parentacef69068f61c9f4141f8509b6a1bfaadab87b5c
bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187)
Misc/NEWS.d/next/Library/2018-07-11-20-51-20.bpo-34070.WpmFAu.rst [new file with mode: 0644]
Modules/_io/_iomodule.c