We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61699e5 commit 9618c6dCopy full SHA for 9618c6d
RELEASE.txt
@@ -31,6 +31,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
31
json output is also sorted, to match the default display.
32
- Python 3.13 changes the behavior of isabs() on Windows. Adjust SCons
33
usage of this in NodeInfo classes to avoid test problems.
34
+- Drop duplicated __getstate__ and __setstate__ methods in AliasNodeInfo,
35
+ FileNodeInfo and ValueNodeInfo classes, as they are identical to the
36
+ ones in parent NodeInfoBase and can just be inherited.
37
+
38
39
FIXES
40
-----
0 commit comments