Skip to content

Commit

Permalink
Remove python 2 reference in docs (#933)
Browse files Browse the repository at this point in the history
Bandit no longer supports Python 2, so there is no need
for a plugin to reference exec() in the Py2 docs.
  • Loading branch information
ericwb committed Jul 13, 2022
1 parent 931d9f3 commit 84edd09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bandit/plugins/exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
.. seealso::
- https://docs.python.org/2/reference/simple_stmts.html#exec
- https://docs.python.org/3/library/functions.html#exec
- https://www.python.org/dev/peps/pep-0551/#background
- https://www.python.org/dev/peps/pep-0578/#suggested-audit-hook-locations
Expand Down

0 comments on commit 84edd09

Please sign in to comment.