----------
Released: 2005-11-15 (not on Pypi)
**Bug fixes:**
* Correctly calculate value of Content-Length HTTP header to include
opening XML stanza. (Szalai Ferenc)
* Fix syntax error when re-raising socket errors. (Pat Knight)
**Enhancements:**
* Support for marshaling and unmarshaling CIM dates object into
Python datetime objects. (Szalai Ferenc)
* Experimental module for making asynchronous WBEM calls with
PyWBEM in Twisted Python. (Tim Potter)
* Add parameter type checking for object location classes. (Tim
Potter)
* Allow caller to pass in a dictionary containing the location of
the SSL certificate and key files as per the httplib.HTTPSConnection()
class constructor. (Pat Knight)
**API Changes:**
* Change association provider API functions to take a fixed
parameter for the named object instead of a keyword argument.
This breaks backward compatibility. (Tim Potter)
* Remove the `CIMLocalNamespacePath` class and replaced by a Python
string. (Tim Potter)
**Portability:**
* Don't use `UserDict.DictMixin` base class as it only exists in
Python 2.3 and higher. (Tim Potter)
**Tests:**
* Add tests for parameter type checking for object location
classes. (Tim Potter)
* Add tests for string representation of object location classes.
(Tim Potter)