File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030
3131__title__ = 'diskcache'
32- __version__ = '3.0.6 '
33- __build__ = 0x030006
32+ __version__ = '3.1.0 '
33+ __build__ = 0x030100
3434__author__ = 'Grant Jenks'
3535__license__ = 'Apache 2.0'
3636__copyright__ = 'Copyright 2016-2018 Grant Jenks'
Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ in a `with` statement to safeguard calling :meth:`close
8787 >>> cache.close()
8888 >>> with Cache(' /tmp/mycachedir' ) as reference:
8989 ... pass
90-
91- Closed Cache objects will automatically re-open when accessed. But opening Cache
92- objects is relatively slow, and since all operations are atomic, you can safely
93- leave Cache objects open.
90+
91+ Closed Cache objects will automatically re-open when accessed. But opening
92+ Cache objects is relatively slow, and since all operations are atomic, you can
93+ safely leave Cache objects open.
9494
9595 >>> cache.set(b ' key' ) = b ' value'
9696 >>> cache.close()
You can’t perform that action at this time.
0 commit comments