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 Claudiu.Popa
Recipients Claudiu.Popa, ezio.melotti, vajrasky
Date 2014-06-18.15:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403105156.78.0.165141356851.issue20069@psf.upfronthosting.co.za>
In-reply-to
Content
os.chown is not available on Windows. But maybe pwd can't be built on any Unix system, so not using import_module is okay.

"=> I can not because assertRaisesRegex can not be used with "with" statement."

Not true (see https://docs.python.org/3/library/unittest.html?highlight=assertraisesregex#unittest.TestCase.assertRaisesRegex).
History
Date User Action Args
2014-06-18 15:25:56Claudiu.Popasetrecipients: + Claudiu.Popa, ezio.melotti, vajrasky
2014-06-18 15:25:56Claudiu.Popasetmessageid: <1403105156.78.0.165141356851.issue20069@psf.upfronthosting.co.za>
2014-06-18 15:25:56Claudiu.Popalinkissue20069 messages
2014-06-18 15:25:56Claudiu.Popacreate