• Tres Seaver's avatar
    Rename 'TimeStamp' ext. module -> '_timestamp'. · b64c388b
    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
setup.py 4.06 KB