Skip to content

Unify DEP spelling with a space instead of dash (e.g. "DEP 0")

Otto Kekäläinen requested to merge otto/deps:consistent-naming-dep0 into master

Replace all occurrences of DEP-([0-9]{1,2}) with DEP N to ensure spelling is consistent with the DEP 0 spelling in the text body of the original DEP 0 proposal.

Likewise replace all occurrences of DEP([0-9]{1,2}) without a space with DEP N with a space.

Arguments in favor of using a space include being aligned with how e.g. Python (https://peps.python.org/) and RFCs do it (https://datatracker.ietf.org/doc/html/rfc2822).

Note all three alternatives:

You can vote both up and down. You can also change your vote. Double votes will be manually nullified at final count as there is no technical way to prevent it.

Edited by Otto Kekäläinen

Merge request reports

Loading