commit | b7387a5e0d6e7adc28758e1f7597387d318e6ea7 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Sat Dec 06 17:39:54 2008 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Sat Dec 06 17:39:54 2008 +0000 |
tree | cba32fc97726f18788e21aabb172cad2d6eeff1c | |
parent | 514624d29e04a04e211a4e7536f2ebba70ed629a [diff] [blame] |
issue4483: dbm build failures on systems with gdbm_compat lib.
diff --git a/Misc/NEWS b/Misc/NEWS index 876abc8..0fac2aa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -23,6 +23,9 @@ Library ------- +- Issue #4483: _dbm module now builds on systems with gdbm & gdbm_compat + libs. + - FileIO's mode attribute now always includes ``"b"``.