We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
turtle
configparser
1 parent dd0ee20 commit a726ce7Copy full SHA for a726ce7
Doc/library/configparser.rst
@@ -54,6 +54,7 @@ can be customized by end users easily.
54
55
import os
56
os.remove("example.ini")
57
+ os.remove("override.ini")
58
59
60
Quick Start
Doc/library/turtle.rst
@@ -14,6 +14,11 @@
14
from turtle import *
15
turtle = Turtle()
16
17
+.. testcleanup::
18
+
19
+ import os
20
+ os.remove("my_drawing.ps")
21
22
--------------
23
24
Introduction
0 commit comments