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 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:35ezio.melottisetrecipients: + ezio.melotti, georg.brandl, terry.reedy, doko, rbcollins, michael.foord, python-dev, pitti
2016-01-01 05:47:35ezio.melottisetmessageid: <1451627255.83.0.017914605735.issue17756@psf.upfronthosting.co.za>
2016-01-01 05:47:35ezio.melottilinkissue17756 messages
2016-01-01 05:47:35ezio.melotticreate