Commit 2d8455d9 authored by Tim Peters's avatar Tim Peters

Make another None result explicit.

parent ebb95ed2
......@@ -93,7 +93,8 @@ but that doesn't work unless an object is modified. sync() will abort
a transaction and process invalidations.
>>> cn.sync()
>>> cn._txn_time
>>> print cn._txn_time # the high-water mark got reset to None
None
Basic functionality
-------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment