diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-04-30 08:06:49 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-04-30 08:06:49 (GMT) |
commit | 55708cce31442d13768843d85f424208e9fd0f42 (patch) | |
tree | d026dbd0166ca0943634679ce3324e43b4d5420f /Misc | |
parent | 58a42244cfefc96b7adada5344b231ff2f32a86a (diff) | |
download | cpython-55708cce31442d13768843d85f424208e9fd0f42.zip cpython-55708cce31442d13768843d85f424208e9fd0f42.tar.gz cpython-55708cce31442d13768843d85f424208e9fd0f42.tar.bz2 |
- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify
the order that backends for the dbm extension are checked.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -880,6 +880,9 @@ Tools/Demos Build ----- +- Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify + the order that backends for the dbm extension are checked. + - Link the shared python library with $(MODLIBS). - Issue #5134: Silence compiler warnings when compiling sqlite with VC++. |