When will they fix Python _dbm?

2016-12-05 Thread clvanwall
I have been a Perl programmer for 15+ years and decided to give Python a try.   My platform is windows and I installed the latest 3.5.2. Next I decided to convert a perl program that uses a ndbm database since according to the doc on python, it should be able to work with it.  Needless to say, I

Re: When will they fix Python _dbm?

2016-12-05 Thread clvanwall
will thid do?  John Sent from my Galaxy Tab® A Original message From: justin walters Date: 12/5/16 11:13 AM (GMT-06:00) To: python-list@python.org Subject: Re: When will they fix Python _dbm? On Mon, Dec 5, 2016 at 6:45 AM, clvanwall wrote: > I have been a P

Is there a replement for bsddb in python3?

2016-12-09 Thread clvanwall
I have been looking for a simple indexed file database and Berkley-db was what I waa used to.  I found that bsddb module was removed from Python3.  Is there a replacement for it? John  Van Walleghen Sent from my Galaxy Tab® A -- https://mail.python.org/mailman/listinfo/python-list