bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
Report the filename to the exception when raising {gdbm,dbm.ndbm}.error in
dbm.gnu.open() and dbm.ndbm.open() functions, so it gets printed when the
exception is raised, and can also be obtained by the filename attribute of the
exception object. Z
Zsolt Cserna committed
9df346bf98069a87de14a3c2f69009d800994c63
Parent: 59ee5b1
Committed by Berker Peksag <berker.peksag@gmail.com>
on 9/27/2018, 7:54:34 PM