Join Slack
Powered by
Is there a reason that dev has a preceeding dot, w...
# development
w
wide-midnight-78598
04/14/2026, 9:38 PM
Is there a reason that dev has a preceeding dot, while a and rc don't?
c
curved-manchester-66006
04/14/2026, 10:30 PM
I think that's just how
https://peps.python.org/pep-0440/
does it:
[N!]N(.N)*[{a|b|rc}N][.postN][.devN]
☝️ 1
w
wide-midnight-78598
04/14/2026, 10:59 PM
Ah, I knew I’d seen it somewhere…
h
happy-kitchen-89482
04/16/2026, 2:11 AM
There was a specific reason, IIRC it had to do with string sorting of versions matching their semantic ordering
Open in Slack
Previous
Next