Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/c-api/concrete.rst

    r2 r391  
    1212object from a Python program and you are not sure that it has the right type,
    1313you must perform a type check first; for example, to check that an object is a
    14 dictionary, use :cfunc:`PyDict_Check`.  The chapter is structured like the
     14dictionary, use :c:func:`PyDict_Check`.  The chapter is structured like the
    1515"family tree" of Python object types.
    1616
     
    101101   slice.rst
    102102   weakref.rst
     103   capsule.rst
    103104   cobject.rst
    104105   cell.rst
     
    106107   datetime.rst
    107108   set.rst
     109   code.rst
Note: See TracChangeset for help on using the changeset viewer.