mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
Deprecate Python 3.2 language level. Remove its usages (PY-27705)
This commit is contained in:
@@ -164,11 +164,6 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
doTest(LanguageLevel.PYTHON33, true, false);
|
||||
}
|
||||
|
||||
// PY-6702
|
||||
public void testYieldFromBefore33() {
|
||||
doTest(LanguageLevel.PYTHON32, true, false);
|
||||
}
|
||||
|
||||
public void testParenthesizedGenerator() {
|
||||
doTest(false, false);
|
||||
}
|
||||
@@ -178,7 +173,7 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
}
|
||||
|
||||
public void testStarArgs() { // PY-6456
|
||||
doTest(LanguageLevel.PYTHON32, true, false);
|
||||
doTest(LanguageLevel.PYTHON34, true, false);
|
||||
}
|
||||
|
||||
public void testDocstring() { // PY-8025
|
||||
|
||||
Reference in New Issue
Block a user