Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: Remove Python 2-only -t CLI flag in makefile #3377

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

echoix
Copy link
Member

@echoix echoix commented Jan 25, 2024

-t was used in Python 2 to warn if a file was mixing spaces and tabs such as a valid syntax would depend on the number of spaces a tab is worth. It doesn’t exist anymore since Python 3.0

https://docs.python.org/2.7/using/cmdline.html#cmdoption-t
https://docs.python.org/3/using/cmdline.html
https://docs.python.org/3.0/using/cmdline.html

@echoix echoix added the Python Related code is in Python label Jan 25, 2024
@github-actions github-actions bot removed the Python Related code is in Python label Jan 25, 2024
`-t` was used in Python 2 to warn if a file was mixing spaces and tabs such as a valid syntax would depend on the number of spaces a tab is worth. It doesn’t exist anymore since Python 3.0
@echoix echoix added the Python Related code is in Python label Jan 25, 2024
@neteler neteler added this to the 8.4.0 milestone Jan 26, 2024
@echoix echoix merged commit 12152c5 into OSGeo:main Jan 26, 2024
23 checks passed
@echoix echoix deleted the python-makefile-compile branch January 26, 2024 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Related code is in Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants