Prevent an IOError with errno != ENOENT from being swallowed in flat_hash._setitem().
authorZac Medico <zmedico@gentoo.org>
Sat, 18 Mar 2006 21:11:24 +0000 (21:11 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 18 Mar 2006 21:11:24 +0000 (21:11 -0000)
commit32121631d35d27e6f5133a825fa532012026954b
treee73ee7ce41d0c112632dd81062e89774bb663454
parent94ec7a8bb7f087882f6c2b308176e6b4c401c438
Prevent an IOError with errno != ENOENT from being swallowed in flat_hash._setitem().

svn path=/main/trunk/; revision=2944
pym/cache/flat_hash.py