• Guido van Rossum's avatar
    Patch 1329 (partial) by Christian Heimes. · 2dced8b6
    Guido van Rossum yazdı
    Add a closefd flag to open() which can be set to False to prevent closing
    the file descriptor when close() is called or when the object is destroyed.
    Useful to ensure that sys.std{in,out,err} keep their file descriptors open
    when Python is uninitialized.  (This was always a feature in 2.x, it just
    wasn't implemented in 3.0 yet.)
    2dced8b6
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distutils Loading commit data...
documenting Loading commit data...
extending Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
library Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
whatsnew Loading commit data...
ACKS.txt Loading commit data...
Makefile Loading commit data...
README.txt Loading commit data...
TODO.txt Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...