Message 70425 - Python tracker (original) (raw)

Message70425

Author jnoller
Recipients jnoller, roudkerk, vstinner
Date 2008-07-30.12:06:13
SpamBayes Score 0.008388048
Marked as misclassified No
Message-id 1217419577.14.0.722681779255.issue3321@psf.upfronthosting.co.za
In-reply-to
Content
From Victor: Ok, here is a patch for test_multiprocessing.py. - TestClosedFile.test_open() verify that Connection() rejects closed file descriptor - TestClosedFile.test_operations() verify that Connection() raises IOError for operations on closed file I don't know if Connection() is a socket or a pipe. Both should be tested.
History
Date User Action Args
2008-07-30 12:06:17 jnoller set recipients: + jnoller, vstinner, roudkerk
2008-07-30 12:06:17 jnoller set messageid: 1217419577.14.0.722681779255.issue3321@psf.upfronthosting.co.za
2008-07-30 12:06:16 jnoller link issue3321 messages
2008-07-30 12:06:16 jnoller create