summaryrefslogtreecommitdiff
path: root/coverage/env.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/env.py')
-rw-r--r--coverage/env.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/coverage/env.py b/coverage/env.py
index cf91f747..d194f34a 100644
--- a/coverage/env.py
+++ b/coverage/env.py
@@ -85,10 +85,6 @@ class PYBEHAVIOR(object):
# Python 3.9a1 made sys.argv[0] and other reported files absolute paths.
report_absolute_files = (PYVERSION >= (3, 9))
- # Python 3.9a2 changed how return/finally was traced, but it was
- # temporary.
- bpo39114 = (PYVERSION == (3, 9, 0, 'alpha', 2, 0))
-
# Coverage.py specifics.
# Are we using the C-implemented trace function?