mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue 19504: Change "customise" to "customize" American spelling.
This commit is contained in:
parent
39e9af6bb3
commit
7ea386e56e
8 changed files with 11 additions and 11 deletions
|
@ -91,7 +91,7 @@ if not gdbpy_version:
|
|||
raise unittest.SkipTest("gdb not built with embedded python support")
|
||||
|
||||
# Verify that "gdb" can load our custom hooks, as OS security settings may
|
||||
# disallow this without a customised .gdbinit.
|
||||
# disallow this without a customized .gdbinit.
|
||||
_, gdbpy_errors = run_gdb('--args', sys.executable)
|
||||
if "auto-loading has been declined" in gdbpy_errors:
|
||||
msg = "gdb security settings prevent use of custom hooks: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue