• Tim Peters's avatar
    Transaction.begin(). · 47595ddf
    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.
    47595ddf
_transaction.py 23.3 KB