mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Remove functions in string module that are also string methods. Also remove:
* all calls to functions in the string module (except maketrans) * everything from stropmodule except for maketrans() which is still used
This commit is contained in:
parent
ff11334927
commit
9d72bb452b
69 changed files with 396 additions and 2113 deletions
|
@ -6,7 +6,7 @@ Written by Marc-Andre Lemburg (mal@lemburg.com).
|
|||
(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
|
||||
|
||||
"""#"
|
||||
import unittest, sys, string, codecs, new
|
||||
import unittest, sys, codecs, new
|
||||
from test import test_support, string_tests
|
||||
|
||||
# Error handling (bad decoder return)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue