- 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:
Fredrik Lundh 2001-02-18 12:05:16 +00:00
parent ae7636753e
commit f2989b22ff
5 changed files with 39 additions and 31 deletions

View file

@ -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