Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b823496

Browse files
committed
DOC: remove api change entry for reverted change
1 parent 8d40a84 commit b823496

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

doc/api/api_changes.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -226,18 +226,6 @@ NavigationToolbar2.dynamic_update is deprecated
226226
Use `FigureCanvas.draw_idle` instead.
227227

228228

229-
Unique identifier added to `RendererBase` classes
230-
-------------------------------------------------
231-
232-
Since ``id()`` is not guaranteed to be unique between objects that exist at
233-
different times, a new private property ``_uid`` has been added to
234-
`RendererBase` which is used along with the renderer's ``id()`` to cache
235-
certain expensive operations.
236-
237-
If a custom renderer does not subclass `RendererBase` or `MixedModeRenderer`,
238-
it is not required to implement this ``_uid`` property, but this may produce
239-
incorrect behavior when the renderers' ``id()`` clashes.
240-
241229

242230
WX no longer calls generates ``IdleEvent`` events or calls ``idle_event``
243231
-------------------------------------------------------------------------

0 commit comments

Comments
 (0)