Message172567
I made some comments on the changes as committed here:
http://mail.python.org/pipermail/python-dev/2012-October/122125.html
"""
It would be cleaner to use the self.assertRaises() pattern here and
also probably better to share code across the three test methods which
are nearly identical to one another (there is a fourth scenario I
would also add of shell=True).
I would also check for FileNotFoundError instead of OSError in the 3.3
and later versions.
""" |
|
Date |
User |
Action |
Args |
2012-10-10 11:25:39 | chris.jerdonek | set | recipients:
+ chris.jerdonek, gregory.p.smith, Arfrever, asvetlov, python-dev |
2012-10-10 11:25:39 | chris.jerdonek | set | messageid: <1349868339.07.0.559242208637.issue16114@psf.upfronthosting.co.za> |
2012-10-10 11:25:39 | chris.jerdonek | link | issue16114 messages |
2012-10-10 11:25:38 | chris.jerdonek | create | |
|