[issue3791] bsddb not completely removed

2009-06-04 Thread Georg Brandl
Georg Brandl added the comment: Removed the last traces of bsddb in r73208. -- nosy: +georg.brandl resolution: accepted -> fixed status: open -> closed ___ Python tracker ___ ___

[issue3791] bsddb not completely removed

2009-05-19 Thread Ronald Oussoren
Ronald Oussoren added the comment: The mac issue mentioned by "karlcow" is not relevant for this discussion and refers to the system install of Python. The python.org maintainers cannot influence the behaviour of that installation, especially not w.r.t. the installation of optional extras l

[issue3791] bsddb not completely removed

2009-03-30 Thread Martin v. Löwis
Martin v. Löwis added the comment: Python 2.5 is completed; no further changes will be made to it. -- ___ Python tracker ___ ___ Pytho

[issue3791] bsddb not completely removed

2009-03-30 Thread karl
karl added the comment: On the mac version there is an issue with the python version installed by default. Python 2.5.1 (r251:54863, Jan 13 2009, 10:26:13) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/dbhash.py",

[issue3791] bsddb not completely removed

2008-09-08 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Committed patch as r66330. Lower priority, but let the item open: more "bsddb" should be removed. -- priority: release blocker -> normal ___ Python tracker <[EMAIL PROTECTED]>

[issue3791] bsddb not completely removed

2008-09-07 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: The patch looks fine to me, please apply. -- assignee: -> amaury.forgeotdarc keywords: -needs review nosy: +loewis resolution: -> accepted ___ Python tracker <[EMAIL PROTECTED]>

[issue3791] bsddb not completely removed

2008-09-05 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: There are many other places with bsddb. I tried to list all the files here: Doc\library\collections.rst Doc\library\dbm.rst Doc\library\shelve.rst Doc\reference\datamodel.rst Lib\pydoc_topics.py Lib\shelve.py Lib\test\regrtest.py Makefi

[issue3791] bsddb not completely removed

2008-09-05 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: Some remnants of the defunct bsddb module, on windows: - _bsddb44.lib is still compiled (but never used anywhere) - _bsddb.py is still referenced by the msi installer This is a release blocker: the installer won't work. -- co