[Python-Dev] Fix import errors to have data (original) (raw)
Phillip J. Eby pje at telecommunity.com
Thu Jul 29 23:26:25 CEST 2004
- Previous message: [Python-Dev] Fix import errors to have data
- Next message: [Python-Dev] Fix import errors to have data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 05:02 PM 7/29/04 -0400, Jim Fulton wrote:
Guido van Rossum wrote:
But who ever uses module for anything else than printing it? It's crucial for pickling.
Interesting point. That means that cPickle wouldn't work in a "module space" without modification. The pure-Python pickle module would unpickle into the current module space.
- Previous message: [Python-Dev] Fix import errors to have data
- Next message: [Python-Dev] Fix import errors to have data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]