mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
- restored 1.5.2 compatibility (sorry, eric)
- removed __all__ cruft from internal modules (sorry, skip) - don't assume ASCII for string escapes (sorry, per)
This commit is contained in:
parent
ae7636753e
commit
f2989b22ff
5 changed files with 39 additions and 31 deletions
|
@ -8,7 +8,7 @@ sys.path=['.']+sys.path
|
|||
|
||||
from test_support import verbose, TestFailed
|
||||
import sre
|
||||
import sys, os, traceback
|
||||
import sys, os, string, traceback
|
||||
|
||||
#
|
||||
# test support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue