mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
[doc]: update susp-ignored.csv after a98b273c. (GH-28827)
This commit is contained in:
parent
c91b6f57f3
commit
9fa930dd48
1 changed files with 2 additions and 2 deletions
|
|
@ -372,8 +372,8 @@ library/re,,`,"`"
|
|||
using/configure,84,:db2,=db1:db2:...
|
||||
library/typing,,`,# Type of ``val`` is narrowed to ``str``
|
||||
library/typing,,`,"# Else, type of ``val`` is narrowed to ``float``."
|
||||
library/typing,,`,# Type of ``val`` is narrowed to ``List[str]``.
|
||||
library/typing,,`,# Type of ``val`` remains as ``List[object]``.
|
||||
library/typing,,`,# Type of ``val`` is narrowed to ``list[str]``.
|
||||
library/typing,,`,# Type of ``val`` remains as ``list[object]``.
|
||||
library/tkinter,,::,ttk::frame .frm -padding 10
|
||||
library/tkinter,,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
|
||||
library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
|
||||
|
|
|
|||
|
Can't render this file because it contains an unexpected character in line 348 and column 55.
|
Loading…
Add table
Add a link
Reference in a new issue