The about module

Basic information about the program and changes to it.

Functions

src.about.getVersion()[source]

Return a string representing the current version.

src.about.getLatestMessage()[source]

Get a string representing the latest change information.

src.about.getChangelog(lineLength=50)[source]

Return the change log.

Parameters :

lineLength : int

The maximum number of characters per line in the changelog string.

Returns :

str :

A string indicating all recorded changes to the software.

src.about.writeChangelog(logFile, lineLength=80)[source]

Write the change log to a file.

Parameters :

logFile : str

The path to which the change log should be written.

lineLength : int

The maximum number of columns in a single line of text.

Table Of Contents

Previous topic

The initialize module

Next topic

The settings module

This Page