Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bsddb wrapper does not export some low-level functions #41616

Closed
mmokrejs mannequin opened this issue Feb 22, 2005 · 3 comments
Closed

bsddb wrapper does not export some low-level functions #41616

mmokrejs mannequin opened this issue Feb 22, 2005 · 3 comments
Labels
extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@mmokrejs
Copy link
Mannequin

mmokrejs mannequin commented Feb 22, 2005

BPO 1149447
Nosy @jcea

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2010-08-21.12:28:14.678>
created_at = <Date 2005-02-22.23:15:30.000>
labels = ['extension-modules', 'type-feature', 'library']
title = 'bsddb wrapper does not export some low-level functions'
updated_at = <Date 2010-08-21.12:28:14.676>
user = 'https://bugs.python.org/mmokrejs'

bugs.python.org fields:

activity = <Date 2010-08-21.12:28:14.676>
actor = 'BreamoreBoy'
assignee = 'none'
closed = True
closed_date = <Date 2010-08-21.12:28:14.678>
closer = 'BreamoreBoy'
components = ['Extension Modules', 'Library (Lib)']
creation = <Date 2005-02-22.23:15:30.000>
creator = 'mmokrejs'
dependencies = []
files = []
hgrepos = []
issue_num = 1149447
keywords = []
message_count = 3.0
messages = ['60674', '60675', '114489']
nosy_count = 3.0
nosy_names = ['jcea', 'mmokrejs', 'BreamoreBoy']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'test needed'
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1149447'
versions = ['Python 2.7']

@mmokrejs
Copy link
Mannequin Author

mmokrejs mannequin commented Feb 22, 2005

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.

@mmokrejs mmokrejs mannequin added stdlib Python modules in the Lib dir labels Feb 22, 2005
@mmokrejs
Copy link
Mannequin Author

mmokrejs mannequin commented Feb 23, 2005

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

@devdanzin devdanzin mannequin added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Feb 15, 2009
@BreamoreBoy
Copy link
Mannequin

BreamoreBoy mannequin commented Aug 21, 2010

This won't happen as bsddb was removed from py3k.

@BreamoreBoy BreamoreBoy mannequin closed this as completed Aug 21, 2010
@BreamoreBoy BreamoreBoy mannequin changed the title bssdb wrapper does not export some low-level functions bsddb wrapper does not export some low-level functions Aug 21, 2010
@BreamoreBoy BreamoreBoy mannequin closed this as completed Aug 21, 2010
@BreamoreBoy BreamoreBoy mannequin changed the title bssdb wrapper does not export some low-level functions bsddb wrapper does not export some low-level functions Aug 21, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

0 participants