Mercurial > p > roundup > code
diff test/test_locking.py @ 704:54333751e98d search_indexing-0-4-2-branch
Brought search_indexing-branch up to date with latest changes in HEAD.
| author | Roche Compaan <rochecompaan@users.sourceforge.net> |
|---|---|
| date | Thu, 02 May 2002 13:09:11 +0000 |
| parents | 3d8ce8e2dcee |
| children |
line wrap: on
line diff
--- a/test/test_locking.py Thu May 02 11:52:12 2002 +0000 +++ b/test/test_locking.py Thu May 02 13:09:11 2002 +0000 @@ -18,7 +18,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -# $Id: test_locking.py,v 1.1 2002-04-15 23:25:15 richard Exp $ +# $Id: test_locking.py,v 1.1.2.1 2002-05-02 13:09:11 rochecompaan Exp $ import os, unittest, tempfile @@ -50,6 +50,12 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.1 2002/04/15 23:25:15 richard +# . node ids are now generated from a lockable store - no more race conditions +# +# We're using the portalocker code by Jonathan Feinberg that was contributed +# to the ASPN Python cookbook. This gives us locking across Unix and Windows. +# # # # vim: set filetype=python ts=4 sw=4 et si
