Changes between Initial Version and Version 1 of Ticket #23159
- Timestamp:
- 06/07/17 13:17:12 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23159 – Description
initial v1 7 7 deprecation(5930, "Substitution using function-call syntax and unnamed arguments is deprecated and will be removed from a future release of Sage; you can use named arguments instead, like EXPR(x=..., y=...)") 8 8 }}} 9 It's not clear to me what the intent of the condition involving `inspect.ismethod` is... 9 It's not clear to me what the intent of the condition involving `inspect.ismethod` is... it was introduced in #2516. 10 10 11 11 The problem is that this breaks doctests in #22747, which changes some attributes from non-methods to methods.