#25769 closed Cleanup/optimization (fixed)
Update utils.version.get_version() for new release candidate naming scheme
Reported by: | Tim Graham | Owned by: | nobody |
---|---|---|---|
Component: | Utilities | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
For release candidate versions, setuptools 8.0+ generates filenames like "Django-1.9rc1.tar.gz" instead "Django-1.9c1.tar.gz" ('rc' instead of 'c').
PEP 386 has been superseded by PEP 440 which recommends “rc” because almost everyone was using “rc” and not “c”.
Note:
See TracTickets
for help on using tickets.
PR