mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +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
|
|
@ -129,7 +129,7 @@
|
|||
# Unix users can map to different SMB User names
|
||||
; username map = /etc/samba/smbusers
|
||||
|
||||
# Using the following line enables you to customise your configuration
|
||||
# Using the following line enables you to customize your configuration
|
||||
# on a per machine basis. The %m gets replaced with the netbios name
|
||||
# of the machine that is connecting
|
||||
; include = /etc/samba/smb.conf.%m
|
||||
|
|
|
|||
|
|
@ -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