[Pythonjp-checkins] [python-doc-ja] push by cocoa****@gmail***** - misc modification on 2011-06-12 12:59 GMT

Back to archive index

pytho****@googl***** pytho****@googl*****
2011年 6月 12日 (日) 22:00:32 JST


Revision: 5400fbd54e33
Author:   cocoatomo <cocoa****@gmail*****>
Date:     Sun Jun 12 05:57:05 2011
Log:      misc modification
http://code.google.com/p/python-doc-ja/source/detail?r=5400fbd54e33

Modified:
  /c-api/list.rst

=======================================
--- /c-api/list.rst	Fri Apr  1 15:41:14 2011
+++ /c-api/list.rst	Sun Jun 12 05:57:05 2011
@@ -58,8 +58,8 @@

  .. c:function:: PyObject* PyList_GetItem(PyObject *list, Py_ssize_t index)

-   *p* の指すリストオブジェクト内の、位置 *pos* にあるオブジェクトを返しま 
す。位置は正である必要があり、リスとの終端からのインデックスは
-   サポートされていません。 *pos* が範囲を超えている場合、 *NULL* を返し 
て :exc:`IndexError` 例外をセットします。
+   *list* の指すリストオブジェクト内の、位置 *index* にあるオブジェクトを返 
します。位置は正である必要があり、リスとの終端からのインデックスは
+   サポートされていません。 *index* が範囲を超えている場合、 *NULL* を返し 
て :exc:`IndexError` 例外をセットします。

     .. versionchanged:: 2.5
        この関数は以前は *index* の型に :c:type:`int` を利用していました。
@@ -155,6 +155,6 @@

     .. index:: builtin: tuple

-   *list* の内容が入った新たなタプルオブジェクトを返します;  
``tuple(list)``. と同じです。
+   *list* の内容が入った新たなタプルオブジェクトを返します;  
``tuple(list)`` と同じです。




Pythonjp-checkins メーリングリストの案内
Back to archive index