| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
BazaarCommandVersion
Parsing and comparison of Bazaar version strings.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
string Unparsed version string, without the "baz Bazaar version" prefix. |
|
|
release Tuple of integers representing the Bazaar release version. |
|
|
cotm Long integer identifying the Crack Of The Minute build. |
|
|
Inherited from |
|
| Method Details |
Parse a Bazaar version string.
:param version_line: line of the form
``'baz Bazaar version MAJOR.MINOR[.POINT][[-]~COTM]'``
:type version_line: str
|
repr(x)
|
| Property Details |
stringUnparsed version string, without the "baz Bazaar version" prefix. Use this attribute in user-visible messages.
|
releaseTuple of integers representing the Bazaar release version.
|
cotmLong integer identifying the Crack Of The Minute build. None if the version is a release.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Wed Sep 5 09:53:14 2007 | http://epydoc.sourceforge.net |