* 我看到的错误:
5.5.9 定义 UserDict 类
if dict is not None: self.update(dict) 应为:
if dict is not None: self.data.update(dict)
- Border没有 wiki 编辑权限的成员可以在下面留下对 Dip 5.4b 的意见。
* 我看到的错误:
5.5.9 定义 UserDict 类
if dict is not None: self.update(dict) 应为:
if dict is not None: self.data.update(dict)
- Border没有 wiki 编辑权限的成员可以在下面留下对 Dip 5.4b 的意见。
DiveIntoPythonZh/Discussb (last edited 2009-12-25 07:13:59 by localhost)