Change Log

mxQueue Change Log

The change log includes a detailed description of all changes to this package in the recent releases.
Version: 3.2.3

Change from 3.0.0 to 3.1.0

  • There were no significant changes between 3.0.0 and 3.1.0 for this package.

Changes from 2.0.3 to 3.0.0

  • Documented the exception objects used by the package. Added EmptyError exception.

Changes from 2.0.0 to 2.0.2

  • There were no significant changes between 2.0.2 and 2.0.3.

Changes from 2.0.0 to 2.0.2

  • Fixed a bug in the coercion code which surfaced due to the rich comparison changes in Python 2.1. Python 2.1 will now compare Stack objects to other objects without raising a TypeError.