Message 257278 - Python tracker (original) (raw)

Message257278

Author ezio.melotti
Recipients doko, ezio.melotti, georg.brandl, michael.foord, pitti, python-dev, rbcollins, terry.reedy
Date 2016-01-01.05:47:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1451627255.83.0.017914605735.issue17756@psf.upfronthosting.co.za
In-reply-to
Content
I'm going to close this since the reported issue has been fixed. In the test sys.stderr was mocked, and Mock.method_calls simply records the calls done to the mock. Therefore the fact that 'NameError' and ':' were written on sys.stderr on two separate calls to write() is not a problem with mocks.
History
Date User Action Args
2016-01-01 05:47:35 ezio.melotti set recipients: + ezio.melotti, georg.brandl, terry.reedy, doko, rbcollins, michael.foord, python-dev, pitti
2016-01-01 05:47:35 ezio.melotti set messageid: 1451627255.83.0.017914605735.issue17756@psf.upfronthosting.co.za
2016-01-01 05:47:35 ezio.melotti link issue17756 messages
2016-01-01 05:47:35 ezio.melotti create