]> granicus.if.org Git - python/commit
merge from 3.5
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 21 Jan 2016 17:38:02 +0000 (09:38 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 21 Jan 2016 17:38:02 +0000 (09:38 -0800)
commitdce4ae8ffe3979798901bc5d5f944e47b7e0ba3a
treec0e6b43c86ecdf278c4eda23be41a5aeec39d07f
parent9f7893955298a5691ee9d9c65d98bfc7d1eb34f5
parent1538b3d3dfff284c8976f19c5e475b99717bacd8
merge from 3.5

issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
PyMapping_Values in Include/abstract.h and Doc/c-api/mapping.rst.

Patch contributed by Sonali Gupta.