cpython/Doc/c-api
sgal 1d8b04edfd bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)
* Remove a vague statement in documentation

* Remove another vague sentence

A sentence starting with "So it should be possible..." shouldn't be in the docs either.

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>

* Include the removal of the previous line

Co-Authored-By: Kyle Stanley <aeros167@gmail.com>

* Remove an extra space
2019-07-16 08:15:17 -07:00
..
abstract.rst
allocation.rst bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) 2019-06-28 18:02:56 +09:00
apiabiversion.rst
arg.rst
bool.rst
buffer.rst
bytearray.rst
bytes.rst
capsule.rst
cell.rst
code.rst bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) 2019-07-01 12:35:05 +02:00
codec.rst
complex.rst bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
concrete.rst
contextvars.rst
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453) 2019-07-03 09:56:07 +08:00
file.rst
float.rst bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) 2019-06-02 00:05:48 +03:00
function.rst
gcsupport.rst
gen.rst
import.rst bpo-36710: Remove PyImport_Cleanup() function (GH-14221) 2019-06-19 10:36:10 +02:00
index.rst
init.rst
init_config.rst bpo-36763: Add PyConfig_SetWideStringList() (GH-14444) 2019-07-01 19:13:50 +02:00
intro.rst
iter.rst
iterator.rst
list.rst bpo-37487: Fix PyList_GetItem index description. (GH-14623) 2019-07-06 17:40:27 -04:00
long.rst bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786) 2019-07-16 08:15:17 -07:00
mapping.rst
marshal.rst
memory.rst closes bpo-37508: Fix name of type in memory.rst. (GH-14604) 2019-07-05 21:03:13 -07:00
memoryview.rst
method.rst
module.rst
none.rst
number.rst
objbuffer.rst
object.rst bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) 2019-07-11 17:59:05 +09:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
stable.rst
structures.rst bpo-28805: document METH_FASTCALL (GH-14079) 2019-06-17 02:03:22 +09:00
sys.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
tuple.rst
type.rst
typeobj.rst bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241) 2019-06-19 20:32:23 -07:00
unicode.rst
utilities.rst
veryhigh.rst Remove redundant docs of PyEval_EvalFrameEx (GH-14765) 2019-07-14 10:20:56 +02:00
weakref.rst