Skip to content

Commit

Permalink
build/sage_bootstrap/compat/__init__.py: More verbose comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 22, 2024
1 parent d139be5 commit a7ed572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/sage_bootstrap/compat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@


try:
# Python >= 3.3
# Use this for Python 3. This function is available for Python >= 3.3
from shlex import quote
except ImportError:
# Python < 3.13
# Use this for Python 2. This function is available for Python < 3.13
from pipes import quote

0 comments on commit a7ed572

Please sign in to comment.