Kaydet (Commit) 1e32b692 authored tarafından Neal Norwitz's avatar Neal Norwitz

Must inherit from Exception now.

üst 2def11a9
......@@ -7,7 +7,7 @@ from unicodedata import normalize
TESTDATAFILE = "NormalizationTest" + os.extsep + "txt"
TESTDATAURL = "http://www.unicode.org/Public/4.1.0/ucd/" + TESTDATAFILE
class RangeError:
class RangeError(Exception):
pass
def NFC(str):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment