Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1:/tmp/cvs-serv12180/Misc Modified Files: Tag: release23-maint NEWS Log Message: Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. Fixes #703198. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.831.4.69 retrieving revision 1.831.4.70 diff -C2 -d -r1.831.4.69 -r1.831.4.70 *** NEWS 27 Oct 2003 14:24:41 -0000 1.831.4.69 --- NEWS 31 Oct 2003 10:01:35 -0000 1.831.4.70 *************** *** 19,22 **** --- 19,24 ---- ----------------- + - Bug #703198: Ignore "b" and "t" in os.popen on Unix. + - Patch #803998: Deal with errors in SSL_write correctly.