mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
Deprecate Python 3.3 language level. Remove its usages (PY-27705)
This commit is contained in:
@@ -161,7 +161,7 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
|
||||
// PY-6703
|
||||
public void testUnicode33() {
|
||||
doTest(LanguageLevel.PYTHON33, true, false);
|
||||
doTest(LanguageLevel.PYTHON34, true, false);
|
||||
}
|
||||
|
||||
public void testParenthesizedGenerator() {
|
||||
@@ -169,7 +169,7 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
}
|
||||
|
||||
public void testStarInGenerator() { // PY-10177
|
||||
doTest(LanguageLevel.PYTHON33, false, false);
|
||||
doTest(LanguageLevel.PYTHON34, false, false);
|
||||
}
|
||||
|
||||
public void testStarArgs() { // PY-6456
|
||||
|
||||
Reference in New Issue
Block a user