Changes between Initial Version and Version 1 of Ticket #17533
- Timestamp:
- 12/21/14 20:14:56 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17533 – Description
initial v1 1 Fix a few things which I noticed while working on #10962. 1 1. Get rid of `coerce.pxi` and move the functions from there to more appropriate places. 2 2. Document the global `parent()` function. 3 3. Remove superfluous `parent()` methods (where `parent()` is defined exactly as in the base `Element` class, so by inheritance it's not needed)