This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients amaury.forgeotdarc, barry, benjamin.peterson, brian.curtin, eric.araujo, esam, ezio.melotti, flox, jcea, pitrou, rhettinger
Date 2010-03-16.00:00:11
SpamBayes Score 0.00015889452
Marked as misclassified No
Message-id <1268697614.79.0.995954389201.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
Checking the pybsddb 4.8.4devel with current trunk I still see this:

"""
Berkeley DB 4.8.26: (December 18, 2009)
bsddb.db.version():   (4, 8, 26)
bsddb.db.__version__: 4.8.4devel1
bsddb.db.cvsid:       $Id: _bsddb.c,v 6408a812f035 2010/03/15 19:15:06 jcea $
py module:            /home/pybsddb/build/lib.solaris-2.10-i86pc-2.7/bsddb3/__init__.pyc
extension module:     /home/pybsddb/build/lib.solaris-2.10-i86pc-2.7/bsddb3/__init__.pyc
python version:       2.7a4+ (trunk, Mar 16 2010, 00:50:35) 
[GCC 4.4.3]
My pid:               5068
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
............................................................................................................................................................................................................................................................................................................................................................................................................................................./usr/local/lib/python2.7/threading.py:575: DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses
  self.__exc_clear()
.........................................
----------------------------------------------------------------------
Ran 470 tests in 7.605s

OK

"""

Python 2.6.4 has the same issue too.
History
Date User Action Args
2010-03-16 00:00:15jceasetrecipients: + jcea, barry, rhettinger, amaury.forgeotdarc, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, brian.curtin, flox, esam
2010-03-16 00:00:14jceasetmessageid: <1268697614.79.0.995954389201.issue7092@psf.upfronthosting.co.za>
2010-03-16 00:00:12jcealinkissue7092 messages
2010-03-16 00:00:11jceacreate