• Tim Peters's avatar
    Merge rev 27279 from 3.3 branch. · 7f5c6b9d
    Tim Peters authored
    Transaction.begin() didn't do anything.
    
    begin() is supposed to abort the current transaction, but
    Transaction.begin() did not.  Calling begin() on a transaction
    *manager* worked fine, and is the intended way to do a begin()
    in 3.3.  But calling begin() on a Transaction object is still
    very easy to do (e.g., the older get_transaction().begin()
    spelling still works), and shouldn't be a subtle disaster.
    7f5c6b9d
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.txt 69.8 KB