Is ast.Load gone in 3.15.0a6

The preppy lowlevel tests attempt to verify that its parser generates the right AST.

It seems that I need to remove ‘ Load(),’ from the comparison strings as Python 3.15.0a6 is not generating them in the ast.dump output. The 3.15.0a6 docs suggest that the Load is gone see here

Is my assumption correct?