mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Issue #18783: Removed existing mentions of Python long type in docstrings,
error messages and comments.
This commit is contained in:
parent
4af4d273bd
commit
9594942716
40 changed files with 137 additions and 150 deletions
|
|
@ -227,7 +227,7 @@ class PrettyPrintTests(DebuggerTests):
|
|||
% (gdb_repr, exp_repr, gdb_output)))
|
||||
|
||||
def test_int(self):
|
||||
'Verify the pretty-printing of various "int"/long values'
|
||||
'Verify the pretty-printing of various int values'
|
||||
self.assertGdbRepr(42)
|
||||
self.assertGdbRepr(0)
|
||||
self.assertGdbRepr(-7)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue