Related to this meta.
The Python 2.7 wiki states (emphasis mine):
Use this tag if you are specifically using Python 2.7. Such questions should be tagged with [python] as well.
Why? The tagging with Python is confusing enough already. Either put a specific tag on it, or a generic. There's no need for both.
-
\$\begingroup\$ Because the more generic categorization is useful as well? We encourage the same thing for [vba], [excel-vba], [access-vba], etc on SO. \$\endgroup\$RubberDuck– RubberDuck2015年06月27日 15:23:56 +00:00Commented Jun 27, 2015 at 15:23
1 Answer 1
If I know all versions of Python, the easiest way for me to look at all of the Python questions isn't for me to come up with some complicated search that makes sure I'm including all the possible Python tags. The easiest way is for all of the Python questions to have the python tag. The version specific tag (python-2.7) just provides the additional detail that the question (and answers) should be compatible with the 2.7 version of Python.
A question would be better off tagging python, omitting python-2.7, and then specifying that requirement in the body of the question than it would to have the python-2.7 tag and omit the python tag.
-
\$\begingroup\$ The real problem is that python often gets confused with python3, the specific tag fixes that problem. \$\endgroup\$2015年06月27日 15:57:51 +00:00Commented Jun 27, 2015 at 15:57
-
2\$\begingroup\$ Then add the specific tag to the question. But don't omit [python]. \$\endgroup\$nhgrif– nhgrif2015年06月27日 15:59:50 +00:00Commented Jun 27, 2015 at 15:59
-
2\$\begingroup\$ For what it's worth, you can search for
[*python*]
to get all the questions with a Python-related tag. \$\endgroup\$alexwlchan– alexwlchan2015年06月28日 07:58:35 +00:00Commented Jun 28, 2015 at 7:58 -
2\$\begingroup\$ @alexwlchan That's different from specifying [python] as a favorited tag that you're following. \$\endgroup\$nhgrif– nhgrif2015年06月28日 13:08:33 +00:00Commented Jun 28, 2015 at 13:08
You must log in to answer this question.
Explore related questions
See similar questions with these tags.