• Guido van Rossum's avatar
    Three patches from issue #1047, by Amaury Forgeot d'Arc: · fb67be2f
    Guido van Rossum yazdı
    1/ getargs.diff adds the 'Z' and 'Z#' format specifiers for
    PyArg_ParseTuple. They mimic z and z# for unicode strings, by accepting
    a Unicode or None (in which case the Py_UNICODE* pointer is set to
    NULL). With doc and tests.
    
    2/ subprocess.diff converts file PC/_subprocess.c to unicode. We use the
    Unicode version of the win32 api (and Z conversion from previous patch)
    
    3/ stdout.diff: sys.stdout must not convert the line endings, Windows
    already does it.
    Without this patch, when redirecting the output of python, the file
    contains \r\r\n for each line. (test_subprocess did catch this)
    
    However, I (GvR) removed the change to _fileio.c (included in the
    patches) that prevents closing file descripors < 3 from being closed;
    I think that needs to be solved in a different way.
    fb67be2f
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...