This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients barry, christian.heimes, donmez, draghuram, exarkun, janssen, loewis, nnorwitz, rtmq, vstinner
Date 2008-10-14.22:43:30
SpamBayes Score 4.034655e-06
Marked as misclassified No
Message-id <1224024212.03.0.394247240129.issue1210@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, my previous patch didn't include changes to the documentation. 
New patch changes:
 - fix the documentation: os.popen2() => subprocess.Popen(); no more 
ssl() method: use socket()
 - use a buffer of 4096 bytes in read() method (as suggested in socket 
documentation)
 - break read() loop if read() returns an empty bytes string
History
Date User Action Args
2008-10-14 22:43:32vstinnersetrecipients: + vstinner, loewis, barry, nnorwitz, exarkun, janssen, draghuram, christian.heimes, donmez, rtmq
2008-10-14 22:43:32vstinnersetmessageid: <1224024212.03.0.394247240129.issue1210@psf.upfronthosting.co.za>
2008-10-14 22:43:31vstinnerlinkissue1210 messages
2008-10-14 22:43:31vstinnercreate