Rename 'TimeStamp' ext. module -> '_timestamp'.
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.
Showing
Please register or sign in to comment