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 barry, benjamin.peterson, brett.cannon, esam, exarkun, ezio.melotti, flox, pitrou, rhettinger
Date 2010-01-06.20:40:19
SpamBayes Score 0.0009594357
Marked as misclassified No
Message-id <1262810423.8.0.102568096111.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
Still some "-3" warnings to silence:

./python -3m "collections" >/dev/null
./python -3c "import Cookie"
./python -3c "import idlelib.rpc"
./python -3c "import logging.handlers"
./python -3c "import multiprocessing"
./python -3c "import shelve"
./python -3c "import trace"

All these modules yield:
"DeprecationWarning: the cPickle module has been removed in Python 3.0"

There's also "bsddb" but it is deprecated.
History
Date User Action Args
2010-01-06 20:40:24floxsetrecipients: + flox, barry, brett.cannon, rhettinger, exarkun, pitrou, benjamin.peterson, ezio.melotti, esam
2010-01-06 20:40:23floxsetmessageid: <1262810423.8.0.102568096111.issue7092@psf.upfronthosting.co.za>
2010-01-06 20:40:20floxlinkissue7092 messages
2010-01-06 20:40:19floxcreate