diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-10-15 23:12:57 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-10-15 23:12:57 (GMT) |
commit | e16cda9ad8dad231d6354c1af2c58a07749e5eca (patch) | |
tree | 900a568922e7ff0e29299ac94ce4015354177733 /Misc | |
parent | 88bd891e6c536cec0b53d2a52115f44f8498c331 (diff) | |
download | cpython-e16cda9ad8dad231d6354c1af2c58a07749e5eca.zip cpython-e16cda9ad8dad231d6354c1af2c58a07749e5eca.tar.gz cpython-e16cda9ad8dad231d6354c1af2c58a07749e5eca.tar.bz2 |
#9862: On AIX PIPE_BUF is broken. Make it 512.
Patch by Sébastien Sablé.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.2 Beta 1? Core and Builtins ----------------- +- Issue #9862: Compensate for broken PIPE_BUF in AIX by hard coding + its value as the default 512 when compiling on AIX. + - Use locale encoding instead of UTF-8 to encode and decode filenames if Py_FileSystemDefaultEncoding is not set. |