[Python-checkins] r75181 - python/trunk/Misc/NEWS

Nick Coghlan ncoghlan at gmail.com
Thu Oct 1 23:28:02 CEST 2009


georg.brandl wrote:
> Author: georg.brandl
> Date: Thu Oct  1 23:02:39 2009
> New Revision: 75181
> 
> Log:
> Add NEWS entry for r75180.
> 
> Modified:
>    python/trunk/Misc/NEWS
> 
> Modified: python/trunk/Misc/NEWS
> ==============================================================================
> --- python/trunk/Misc/NEWS	(original)
> +++ python/trunk/Misc/NEWS	Thu Oct  1 23:02:39 2009
> @@ -390,6 +390,8 @@
>  Library
>  -------
>  
> +- Issue #7031: Add TestCase.assert(Not)IsInstance() methods.
> +

Hopefully that was meant to say "assertIs(Not)Instance()". And if the
other spelling was checked in to unittest... can we change it to the
more natural spelling since we aren't constrained by the syntax
limitations of the "not isinstance" spelling in a method name?

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list