mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
String method conversion.
(This one was trivial -- no actual string. references in it!)
This commit is contained in:
parent
fc170b1fd5
commit
2846b0ab41
6 changed files with 5 additions and 7 deletions
|
@ -3,7 +3,7 @@ sys.path = ['.'] + sys.path
|
|||
|
||||
from test_support import verify, verbose, TestFailed
|
||||
import re
|
||||
import sys, os, string, traceback
|
||||
import sys, os, traceback
|
||||
|
||||
# Misc tests from Tim Peters' re.doc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue