commit | b398d33c65636aed68246179a4f6ae4b3fbcf182 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jun 10 21:16:00 2014 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Jun 10 21:16:00 2014 +0300 |
tree | fb373ad7783e72cc5a0454e0907afc4de370129f | |
parent | 4c4cde7829211bd565e4a045d4d9bda39cf9dab7 [diff] |
Issue #18039: dbm.dump.open() now always creates a new database when the flag has the value 'n'. Patch by Claudiu Popa.