Changeset 391 for python/trunk/Lib/test/test_anydbm.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Lib/test/test_anydbm.py
r2 r391 6 6 import os 7 7 import unittest 8 import anydbm9 8 import glob 10 9 from test import test_support 11 10 12 11 _fname = test_support.TESTFN 12 13 # Silence Py3k warning 14 anydbm = test_support.import_module('anydbm', deprecated=True) 13 15 14 16 def _delete_files():
Note:
See TracChangeset
for help on using the changeset viewer.