• Tim Peters's avatar
    Transaction.begin(). · fb3076ca
    Tim Peters authored
    When raising DeprecationWarning, point the warning machinery at
    the caller, not at Transaction.begin() itself.  As is (voice
    of experience <wink>), these warnings are darned near useless to
    track down code that needs to be changed on Zope trunk.  With the
    change, the warnings point directly at the deprecated uses.
    fb3076ca
_transaction.py 23.3 KB