Bugs item #1149447, was opened at 2005-02-23 00:15
Message generated for change (Comment added) made by mmokrejs
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1149447&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Martin Mokrejs (mmokrejs)
Assigned to: Nobody/Anonymous (nobody)
Summary: bssdb wrapper does not export some low-level functions

Initial Comment:
If you go and read docs/api_c/db_list.html in any newer
BerkelyDB source tree, you find some methods not
exported in/usr/lib/python2.3/bsddb/__init__.py
although at least some do exist in dbobj.py.

For example, of my interrest were two mentioned in the
patch. I believe someone should go and make sure they
are present. 

----------------------------------------------------------------------

>Comment By: Martin Mokrejs (mmokrejs)
Date: 2005-02-23 01:01

Message:
Logged In: YES 
user_id=696559

Please read docs/ref/env/db_config.html and allow users to
specify the DB_CONFIG file to override any methods not
expoerted through bsddb wrapper yet. Using that approach,
user can alter many options available only when database is
created!

docs/ref/am_misc/tune.html
docs/ref/am_misc/faq.html

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1149447&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to