6 Feb
2013
6 Feb
'13
9:44 a.m.
2013-02-06 09:57:14 Chris Withers napisał(a):
I used to do this:
import transaction with transaction: ... print 'hello' ... Traceback (most recent call last): File "<console>", line 1, in <module> AttributeError: __exit__
When did that stop working and what should I now do instead?
http://bugs.python.org/issue9220 -- Arfrever Frehtes Taifersar Arahesis