MiscUtils version 1.0rc1 released on 06/06/08
Introduction
Major Changes
New Features
- You can now use the sha-1 secure hash algorithm instead of md5 with
Funcs.uniqueId()
by setting sha=True
.
Improvements and Refinements
- You can now use the sha-1 secure hash algorithm instead of md5 with
Funcs.uniqueId()
by setting sha=True
.
- Made
PickleRPC
use the newer httplib interface
available since Python 2.0.
Security
Minor API Changes
Bugfixes
- Fixed a bug in
PickleRPC.Server
.