Remove deprecated shims from matplotlib 1.3#8044
Remove deprecated shims from matplotlib 1.3#8044Carreau wants to merge 1 commit intomatplotlib:masterfrom
Conversation
None of these shims seem to be used in the codebase. There is a couple of direct use of `_path` though.
|
The actual code remove seems to be missing. |
No, the methods are used privately in a few places in the same file, or somewhere else (by referring directly to _path) in the codebase. (grepped each of them one by one). So basically it only remove aliases. For example I don't know if this use of Also weirdly the code are in |
|
This is a subset of #7771. I'd rather my PR gets merged as it removes more code and would need a rebase if this one gets merged first :) |
Ah ! No problem, I missed it |
None of these shims seem to be used in the codebase.
Found as a custom tools of mine choked on one of the function that did not had a signature.