Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 224 Bytes

5975.deprecation.rst

File metadata and controls

6 lines (4 loc) · 224 Bytes

Deprecate using direct constructors for Nodes.

Instead they are new constructed via Node.from_parent.

This painful transitional mechanism enables us to detangle the very intensely entangled Node relationships.