Opened 10 years ago

Last modified 10 years ago

#23442 closed Cleanup/optimization

Module Version Information — at Initial Version

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

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 (0)

Note: See TracTickets for help on using tickets.
Back to Top