From: Brett Cannon Date: Fri, 8 Aug 2008 04:20:32 +0000 (+0000) Subject: Blocked revisions 65586 via svnmerge X-Git-Tag: v3.0b3~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81df721be205fff5ba7aa34ad2602b2de4fb1228;p=python Blocked revisions 65586 via svnmerge ........ r65586 | brett.cannon | 2008-08-07 21:19:32 -0700 (Thu, 07 Aug 2008) | 5 lines Remove warnings generated for the suprocess module when run under -3. Required commenting out True/False compatbility stuff, remove a use of apply(), and remove a use of buffer() (just pulled the solution used in 3.0 which is direct slicing). ........ ---