`sage -fixoptional` would rewrite doctest annotations `# optional` / `# long` / `# needs` (from #35779): - use `# optional` only for optional features, `# needs` for standard features (infrastructure for standard status of features is added in #35668) - rewrite to use persistent (codeblock-scoped) annotations (from #35779) when it reduces noise - align at alignment points (>= column 88 for `# needs`; see https://gist.github.com/mkoeppe/d7c6224d780dbb9641a03c7ce4357e9e) (from https://groups.google.com/g/sage-devel/c/nUi0hn_u8SM)