[Pythonjp-checkins] [python-doc-ja] push by hinac****@gmail***** - fix issue 599 on 2012-05-07 04:20 GMT

Back to archive index

pytho****@googl***** pytho****@googl*****
2012年 5月 7日 (月) 13:20:49 JST


Revision: e7ab15e00604
Author:   Arihiro TAKASE <hinac****@gmail*****>
Date:     Sun May  6 21:05:40 2012
Log:      fix issue 599
http://code.google.com/p/python-doc-ja/source/detail?r=e7ab15e00604

Modified:
  /c-api/object.rst
  /conf.py

=======================================
--- /c-api/object.rst	Tue Nov  8 23:59:41 2011
+++ /c-api/object.rst	Sun May  6 21:05:40 2012
@@ -159,7 +159,7 @@

  .. c:function:: int PyObject_IsInstance(PyObject *inst, PyObject *cls)

-   *inst* が *cls* のインスタンスか、 *cls* のサブクラスのインスタンスの場 
合に ``-1`` を返し、そうでなければ ``0`` を
+   *inst* が *cls* のインスタンスか、 *cls* のサブクラスのインスタンスの場 
合に ``1`` を返し、そうでなければ ``0`` を
     返します。エラーの時には ``-1`` を返し、例外をセットします。 *cls* がク 
ラスオブジェクトではなく型オブジェクトの場合、
     :c:func:`PyObject_IsInstance` は *inst* が *cls* であるときに ``1`` を返 
します。 *cls*
     をタプルで指定した場合、 *cls* に指定した全てのエントリについてチェック 
を行います。少なくとも一つのエントリに対するチェックが ``1``
=======================================
--- /conf.py	Sun Dec 25 06:39:39 2011
+++ /conf.py	Sun May  6 21:05:40 2012
@@ -41,6 +41,7 @@
  #version, release = patchlevel.get_version_info()
  version, release = '2.7', '2.7ja1'

+locale_dirs = ["locale"]
  language = 'ja'

  # There are two options for replacing |today|: either, you set today to  
some




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