[Zope-CVS] CVS: Products/AdaptableStorage/serial_ofs - PythonScriptSerializer.py:1.3
Shane Hathaway
shane@zope.com
Tue, 4 Feb 2003 14:40:33 -0500
Update of /cvs-repository/Products/AdaptableStorage/serial_ofs
In directory cvs.zope.org:/tmp/cvs-serv16594
Modified Files:
PythonScriptSerializer.py
Log Message:
Corrected an ignored attribute name, "errors"
=== Products/AdaptableStorage/serial_ofs/PythonScriptSerializer.py 1.2 => 1.3 ===
--- Products/AdaptableStorage/serial_ofs/PythonScriptSerializer.py:1.2 Mon Feb 3 13:26:50 2003
+++ Products/AdaptableStorage/serial_ofs/PythonScriptSerializer.py Tue Feb 4 14:40:30 2003
@@ -47,7 +47,7 @@
assert isinstance(data, StringType)
event.ignoreAttributes((
'title', '_params', '_body', '_bind_names',
- 'warnings', 'error', '_code', 'Python_magic',
+ 'warnings', 'errors', '_code', 'Python_magic',
'Script_magic', 'func_defaults', 'func_code',
'co_varnames', 'co_argcount',
))