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 belopolsky
Recipients ajaksu2, belopolsky, nidoizo
Date 2010-06-29.02:55:28
SpamBayes Score 0.00056620373
Marked as misclassified No
Message-id <1277780130.59.0.565002530188.issue960821@psf.upfronthosting.co.za>
In-reply-to
Content
This functionality already exists.  

"""
If a string is returned [from __reduce__() method], the string should be interpreted as the name of a global variable. It should be the object’s local name relative to its module; the pickle module searches the module namespace to determine the object’s module. This behaviour is typically useful for singletons.
""" -- http://docs.python.org/dev/py3k/library/pickle.html
History
Date User Action Args
2010-06-29 02:55:30belopolskysetrecipients: + belopolsky, nidoizo, ajaksu2
2010-06-29 02:55:30belopolskysetmessageid: <1277780130.59.0.565002530188.issue960821@psf.upfronthosting.co.za>
2010-06-29 02:55:28belopolskylinkissue960821 messages
2010-06-29 02:55:28belopolskycreate