Revision: 6499 http://trac.macosforge.org/projects/calendarserver/changeset/6499 Author: glyph@apple.com Date: 2010-11-01 14:14:22 -0700 (Mon, 01 Nov 2010) Log Message: ----------- Simple docstring for newTransaction Modified Paths: -------------- CalendarServer/branches/users/glyph/sharedpool/txdav/common/datastore/sql.py Modified: CalendarServer/branches/users/glyph/sharedpool/txdav/common/datastore/sql.py =================================================================== --- CalendarServer/branches/users/glyph/sharedpool/txdav/common/datastore/sql.py 2010-11-01 21:13:56 UTC (rev 6498) +++ CalendarServer/branches/users/glyph/sharedpool/txdav/common/datastore/sql.py 2010-11-01 21:14:22 UTC (rev 6499) @@ -111,6 +111,9 @@ def newTransaction(self, label="unlabeled", migrating=False): + """ + @see L{IDataStore.newTransaction} + """ return CommonStoreTransaction( self, self.sqlTxnFactory(),
participants (1)
-
source_changes@macosforge.org