You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relocate spec citations (section references, proposal numbers, and
"the spec" attributions) out of Python docstrings into # comments across
src/ and tests/, so docstrings describe behavior and the adjacent
comments carry the spec provenance. Extends the per-PR docstring fixes
from 0059b and 0060a into a full codebase sweep.
Scope: only spec citations move. Bare capitalized RFC-2119 contract
words (MUST / MAY) stay in docstrings as behavioral contract language,
matching the establishing cleanup in #169. The added # comments
reproduce the citations; nothing is deleted, only relocated. No behavior
change.
0 commit comments