[Python-3000-checkins] r65587 - python/branches/py3k
brett.cannon
python-3000-checkins at python.org
Fri Aug 8 06:20:32 CEST 2008
Author: brett.cannon
Date: Fri Aug 8 06:20:32 2008
New Revision: 65587
Log:
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).
........
Modified:
python/branches/py3k/ (props changed)
More information about the Python-3000-checkins
mailing list