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 Tim Graham)

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 Aymeric Augustin, 10 years ago

That PEP is deferred.

comment:2 by Tim Graham, 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top