Python论坛  - 讨论区

标题:[python-chinese] 《dive into python》 中的错误

2005年12月30日 星期五 20:41

li fan fanlix at gmail.com
Fri Dec 30 20:41:38 HKT 2005

hello python:

    《dive into python》3.5节的3.11例程中:
*class* UserDict:                                [image: 1]
    *def** __init__*(self, dict=None):             [image: 2]
        self.data = {}                         [image: 3]
        *if* dict *is* *not* None: self.update(dict) [image: 4] [image: 5]

最后一行应为 self.data.update(dict)

错误难免,但是limoduo 翻译的中文版中也没有修改。
大家再版时候记得修改。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051230/f486575e/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年12月30日 星期五 20:47

limodou limodou at gmail.com
Fri Dec 30 20:47:18 HKT 2005

在05-12-30,li fan <fanlix at gmail.com> 写道:
>
> hello python:
>
>     《dive into python》3.5节的3.11例程中:
> class UserDict:
>     def __init__(self, dict=None):
>         self.data = {}
>         if dict is not None: self.update(dict)
>
> 最后一行应为 self.data.update(dict)
>
> 错误难免,但是limoduo 翻译的中文版中也没有修改。
> 大家再版时候记得修改。
>

只顾得翻译根本没注意。呵呵。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号