-
Tres Seaver authored
Avoids clash w/ pure-Python 'timestamp' module on case-insensitive filesystems. N.B: the canonical way to import the ``TimeStamp`` class is now:: from persistent.timestamp import TimeStamp which will yield the class from the extension module (if available), falling back to the pure-Python reference implementation.
b64c388b