Comment #6 on issue 2312 by [email protected]: Remove duplicated "block_diag"
http://code.google.com/p/sympy/issues/detail?id=2312

Yes, there is a doctest warning.
I have inserted it specially for those reasons:
- if block_diag() function is planned to be deprecated then warning.warn("", DeprecationWarning) must be, to inform anyone about it. - even if some function is deprecated I want to be sure that it works as earlier through development process of SymPy, so it must be tested along with other. In other word, if I am going to shape the function to be deprecated I have not to remove the doctest for it.

Those are requirements for deprecated functions.

If ./bin/doctest do not know how to handle with warnings and how to report about it, then it is an issue of requirement rather for doctest utility.

Some ideas was offered or related with issue 2142 (Turn on deprecation warnings in isympy) and in the mailing-list.
http://groups.google.com/group/sympy/browse_thread/thread/5a87c10432985db?hl=en


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to