python version dependency: min 2.5
Brought to you by:
pabigot
The documentation lies about this being tested on version 2.4. The gDay unit test fails there because attempting to modify the immutable field throws TypeError instead of AttributeError.
Fixed in 0.5.0 (added TypeError as acceptable exception).