Differences between revisions 6 and 7
Revision 6 as of 2006-04-07 13:41:32
Size: 1199
Editor: OsmondLiang
Comment:
Revision 7 as of 2009-12-25 07:15:50
Size: 1203
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
[[TableOfContents]]
[http://python.cn/pipermail/python-chinese/2006-April/023389.html Re: python-chinese Digest, Vol 28, Issue 49] 汇报错误
<<TableOfContents>>
[[http://python.cn/pipermail/python-chinese/2006-April/023389.html|Re: python-chinese Digest, Vol 28, Issue 49]] 汇报错误
Line 9: Line 9:
'''章节''': [http://www.woodpecker.org.cn/obp/diveintopython-zh-5.4/zh-cn/dist/html/native_data_types/lists.html#id2593713 3.2. List 介绍] '''章节''': [[http://www.woodpecker.org.cn/obp/diveintopython-zh-5.4/zh-cn/dist/html/native_data_types/lists.html#id2593713|3.2. List 介绍]]

2006-04-07 修订List

Re: python-chinese Digest, Vol 28, Issue 49 汇报错误

校对文件: odbchelper.xml

章节3.2. List 介绍

请注意这里的对称性。在这个包含 5 个元素的 list 中, <!> li[3:] li[:3] 返回前 3 个元素, 而 <!> li[:3] li[3:] 返回后 2 个元素。实际上, <!> li[n:] li[:n] 总是返回前 n 个元素, 而 <!> li[:n] li[n:] 将返回剩下的元素, 不管 list 有多长。

版本建议

index.xml 中追加一节:

<para>中文版:2006/04/07  翻译:<ulink url="http://wiki.woodpecker.org.cn/moin/CPUG">啄木鸟/CPUG</ulink> <ulink url="http://wiki.woodpecker.org.cn/moin/DiveIntoPythonZh">obp 团队</ulink></para>

建议在进行了修订后,及时修订此处的日期,标记我们啄木鸟输出版本

OsmondLiang 建议还是采用原来的方法标示修订日期,因为如果读者下载的是 单HTML版本 则不会看到 index.html 文件

DiveIntoPythonZh/2006-04-07 (last edited 2009-12-25 07:15:50 by localhost)