mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Deprecate the compiler package for removal in 3.0.
This commit is contained in:
parent
af87804831
commit
6192df10b6
4 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import compiler
|
||||
import test.test_support
|
||||
compiler = test.test_support.import_module('compiler', deprecated=True)
|
||||
from compiler.ast import flatten
|
||||
import os, sys, time, unittest
|
||||
import test.test_support
|
||||
from random import random
|
||||
from StringIO import StringIO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue