• Tim Peters's avatar
    Merge rev 27695 from 3.3 branch. · 057ac364
    Tim Peters authored
    Transaction.begin().
    
    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.
    057ac364
_transaction.py 23.3 KB