summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_string.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_string.py')
-rw-r--r--Lib/test/test_string.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_string.py b/Lib/test/test_string.py
index ab75f8c..3b21ebc 100644
--- a/Lib/test/test_string.py
+++ b/Lib/test/test_string.py
@@ -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