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 soumendra
Recipients aeros, asvetlov, koobs, kulikjak, ned.deily, paul.moore, ronaldoussoren, soumendra, steve.dower, tim.golden, zach.ware
Date 2020-11-27.22:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606514463.74.0.0186663211374.issue41818@roundup.psfhosted.org>
In-reply-to
Content
PR-23533 should fix the test_master_read() issue on Solaris. Actually, instead of adding 'or PLATFORM == "SunOS"', I ended up removing the whole line and replaced it with 'if platform.system() != "Linux"' because I expect that test to fail on every platform that is not Linux.
History
Date User Action Args
2020-11-27 22:01:03soumendrasetrecipients: + soumendra, paul.moore, ronaldoussoren, tim.golden, ned.deily, asvetlov, zach.ware, koobs, steve.dower, kulikjak, aeros
2020-11-27 22:01:03soumendrasetmessageid: <1606514463.74.0.0186663211374.issue41818@roundup.psfhosted.org>
2020-11-27 22:01:03soumendralinkissue41818 messages
2020-11-27 22:01:03soumendracreate