diff options
author | Guido van Rossum <guido@python.org> | 2000-03-01 15:06:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-01 15:06:53 (GMT) |
commit | c6e87a2925e41c0847c1eccc994d7f32d069778b (patch) | |
tree | ef7409045acc78f249a7d8e6fc00f76e76e8e021 /Include/intobject.h | |
parent | f1146572dd3c427fcad1129a6909ff45515ac6a3 (diff) | |
download | cpython-c6e87a2925e41c0847c1eccc994d7f32d069778b.zip cpython-c6e87a2925e41c0847c1eccc994d7f32d069778b.tar.gz cpython-c6e87a2925e41c0847c1eccc994d7f32d069778b.tar.bz2 |
Got rid of silly "123456789-..." lines in comments.
Diffstat (limited to 'Include/intobject.h')
-rw-r--r-- | Include/intobject.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/intobject.h b/Include/intobject.h index 35be0ef..781a4b5 100644 --- a/Include/intobject.h +++ b/Include/intobject.h @@ -38,8 +38,6 @@ PERFORMANCE OF THIS SOFTWARE. /* Integer object interface */ /* -123456789-123456789-123456789-123456789-123456789-123456789-123456789-12 - PyIntObject represents a (long) integer. This is an immutable object; an integer cannot change its value after creation. @@ -68,8 +66,6 @@ extern DL_IMPORT(long) PyInt_GetMax Py_PROTO((void)); /* -123456789-123456789-123456789-123456789-123456789-123456789-123456789-12 - False and True are special intobjects used by Boolean expressions. All values of type Boolean must point to either of these; but in contexts where integers are required they are integers (valued 0 and 1). |