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 daniel.urban, ezio.melotti, r.david.murray, techtonik
Date 2011-04-04.14:17:14
SpamBayes Score 2.8622167e-06
Marked as misclassified No
Message-id <1301926637.82.0.0755375787258.issue11759@psf.upfronthosting.co.za>
In-reply-to
Content
That was a design decision made by Guido (iirc), and even if it might seem not obvious at first, it's probably just because not everyone is Dutch.
Many people would probably vote on sequence.join(sep) too, but it's unlikely that another way to do it will be introduced.

The doc for assertRaises[0] also is quite clear and even includes an example where the exception args are checked.

[0]: http://docs.python.org/py3k/library/unittest.html#unittest.TestCase.assertRaises
History
Date User Action Args
2011-04-04 14:17:17ezio.melottisetrecipients: + ezio.melotti, techtonik, r.david.murray, daniel.urban
2011-04-04 14:17:17ezio.melottisetmessageid: <1301926637.82.0.0755375787258.issue11759@psf.upfronthosting.co.za>
2011-04-04 14:17:14ezio.melottilinkissue11759 messages
2011-04-04 14:17:14ezio.melotticreate