Message97323
| 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. |
|