Readjust patches
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=76
This commit is contained in:
parent
55fcbed4eb
commit
de765fc92e
@ -62,8 +62,8 @@ unchanged:
|
|||||||
.. doctest::
|
.. doctest::
|
||||||
- :skipif: _tkinter is None
|
- :skipif: _tkinter is None
|
||||||
|
|
||||||
>>> tp = turtle.pos()
|
>>> tp = turtle.pos()
|
||||||
>>> tp
|
>>> tp
|
||||||
@@ -380,13 +372,11 @@ Turtle motion
|
@@ -380,13 +372,11 @@ Turtle motion
|
||||||
unchanged.
|
unchanged.
|
||||||
|
|
||||||
@ -265,24 +265,24 @@ unchanged:
|
|||||||
.. doctest::
|
.. doctest::
|
||||||
- :skipif: _tkinter is None
|
- :skipif: _tkinter is None
|
||||||
|
|
||||||
>>> colormode()
|
>>> colormode()
|
||||||
1.0
|
1.0
|
||||||
@@ -966,7 +932,6 @@ Color control
|
@@ -966,7 +932,6 @@ Color control
|
||||||
with the newly set fillcolor.
|
with the newly set fillcolor.
|
||||||
|
|
||||||
.. doctest::
|
.. doctest::
|
||||||
- :skipif: _tkinter is None
|
- :skipif: _tkinter is None
|
||||||
|
|
||||||
>>> turtle.fillcolor("violet")
|
>>> turtle.fillcolor("violet")
|
||||||
>>> turtle.fillcolor()
|
>>> turtle.fillcolor()
|
||||||
@@ -1005,7 +970,6 @@ Color control
|
@@ -1005,7 +970,6 @@ Color control
|
||||||
with the newly set colors.
|
with the newly set colors.
|
||||||
|
|
||||||
.. doctest::
|
.. doctest::
|
||||||
- :skipif: _tkinter is None
|
- :skipif: _tkinter is None
|
||||||
|
|
||||||
>>> turtle.color("red", "green")
|
>>> turtle.color("red", "green")
|
||||||
>>> turtle.color()
|
>>> turtle.color()
|
||||||
@@ -1022,7 +986,6 @@ Filling
|
@@ -1022,7 +986,6 @@ Filling
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
@ -297,8 +297,8 @@ unchanged:
|
|||||||
.. doctest::
|
.. doctest::
|
||||||
- :skipif: _tkinter is None
|
- :skipif: _tkinter is None
|
||||||
|
|
||||||
>>> turtle.begin_fill()
|
>>> turtle.begin_fill()
|
||||||
>>> if turtle.filling():
|
>>> if turtle.filling():
|
||||||
@@ -1057,7 +1019,6 @@ Filling
|
@@ -1057,7 +1019,6 @@ Filling
|
||||||
above may be either all yellow or have some white regions.
|
above may be either all yellow or have some white regions.
|
||||||
|
|
||||||
@ -361,8 +361,8 @@ unchanged:
|
|||||||
.. doctest::
|
.. doctest::
|
||||||
- :skipif: _tkinter is None
|
- :skipif: _tkinter is None
|
||||||
|
|
||||||
>>> turtle.shape("circle")
|
>>> turtle.shape("circle")
|
||||||
>>> turtle.shapesize(5,2)
|
>>> turtle.shapesize(5,2)
|
||||||
@@ -1259,7 +1213,6 @@ Appearance
|
@@ -1259,7 +1213,6 @@ Appearance
|
||||||
change the turtle's heading (direction of movement).
|
change the turtle's heading (direction of movement).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user