Package web :: Package pluginmanager :: Package plugins :: Module dependency :: Class Version
[hide private]
[frames] | no frames]

Class Version

source code

This class represents the version of a plugin. It has three numbers (ordered by importance): the major, the minor and the release. When two plugins have versions with the same major and minor numbers means they have the same functions with the same arguments. More bugs have been fixed in the plugin with the highest release number. When the plugins have different minor number, plugin with highest minor number works just like the other, but new features may have been added.

Instance Methods [hide private]
 
__init__(self, major, minor, release) source code
 
__cmp__(self, other) source code
 
__str__(self) source code