mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Mass check-in after untabifying all files that need it.
This commit is contained in:
parent
cd0f59ea08
commit
41360a4696
36 changed files with 919 additions and 919 deletions
|
@ -14,8 +14,8 @@ d['12345678910'] = '019237410982340912840198242'
|
|||
d.keys()
|
||||
if d.has_key('a'):
|
||||
if verbose:
|
||||
print 'Test dbm keys: ', d.keys()
|
||||
|
||||
print 'Test dbm keys: ', d.keys()
|
||||
|
||||
d.close()
|
||||
d = dbm.open(filename, 'r')
|
||||
d.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue