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 flox
Recipients benjamin.peterson, brian.curtin, flox, larry, lemburg, pitrou, vstinner
Date 2010-04-02.12:51:30
SpamBayes Score 7.554451e-05
Marked as misclassified No
Message-id <1270212691.79.0.327761287195.issue7992@psf.upfronthosting.co.za>
In-reply-to
Content
The PendingDeprecationWarning is still spit by the bsddb module.

$ ./python -Wd -m test.regrtest test_bsddb
test_bsddb
./Lib/importlib/__init__.py:37: PendingDeprecationWarning: The CObject type is marked Pending Deprecation in Python 2.7.  Please use capsule objects instead.
  __import__(name)h
1 test OK.
History
Date User Action Args
2010-04-02 12:51:31floxsetrecipients: + flox, lemburg, pitrou, vstinner, larry, benjamin.peterson, brian.curtin
2010-04-02 12:51:31floxsetmessageid: <1270212691.79.0.327761287195.issue7992@psf.upfronthosting.co.za>
2010-04-02 12:51:30floxlinkissue7992 messages
2010-04-02 12:51:30floxcreate