This is a false alarm caused by a changed error message in Python 2.6.4:
- ValueError: unichr() arg not in range(0x110000) (wide Python build)
+ ValueError: code too large (long int too large to convert to int)
it will not affect the usability of Docutils.