Opened 10 years ago
Last modified 10 years ago
#23442 closed Cleanup/optimization
Module Version Information — at Version 2
Reported by: | Aryeh Hillman | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | version |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
PEP-0396 (http://legacy.python.org/dev/peps/pep-0396/) specifies that module should specify a __version__
string.
For example, django.__version__
could return "1.7.0".
Django specifies version strings on django.VERSION
as a tuple.
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
That PEP is deferred.