mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Remove string.{letters,lowercase,uppercase}.
This commit is contained in:
parent
5424df2f7e
commit
967f1e3b85
8 changed files with 17 additions and 46 deletions
|
|
@ -6,9 +6,9 @@ class ModuleTest(unittest.TestCase):
|
|||
|
||||
def test_attrs(self):
|
||||
string.whitespace
|
||||
string.lowercase
|
||||
string.uppercase
|
||||
string.letters
|
||||
string.ascii_lowercase
|
||||
string.ascii_uppercase
|
||||
string.ascii_letters
|
||||
string.digits
|
||||
string.hexdigits
|
||||
string.octdigits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue