Groups
Groups
Sign in
Groups
Groups
iniparse-commits
Conversations
About
Send feedback
Help
[iniparse] r134 committed - make pickle happy....
0 views
Skip to first unread message
inip...@googlecode.com
unread,
May 5, 2010, 1:32:12 AM
5/5/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to iniparse...@googlegroups.com
Revision: 134
Author: psoberoi
Date: Tue May 4 22:32:02 2010
Log: make pickle happy.
fixes issue 20
http://code.google.com/p/iniparse/source/detail?r=134
Modified:
/trunk/iniparse/config.py
=======================================
--- /trunk/iniparse/config.py Sun Feb 22 16:30:18 2009
+++ /trunk/iniparse/config.py Tue May 4 22:32:02 2010
@@ -69,6 +69,9 @@
def __setstate__(self, state):
self.__dict__.update(state)
+ __reduce__ = object.__reduce__
+ __reduce_ex__ = None
+
class Undefined(object):
"""Helper class used to hold undefined names until assignment.
--
To post to this group, send email to
iniparse...@googlegroups.com
To unsubscribe from this group, send email to
iniparse-commi...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/iniparse-commits?hl=en
Reply all
Reply to author
Forward
0 new messages