mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
Convert raise statements in Tools/.
This commit is contained in:
parent
2d7f6a079d
commit
a817e5894b
16 changed files with 29 additions and 29 deletions
|
@ -1,7 +1,7 @@
|
|||
import re, unicodedata, sys
|
||||
|
||||
if sys.maxunicode == 65535:
|
||||
raise RuntimeError, "need UCS-4 Python"
|
||||
raise RuntimeError("need UCS-4 Python")
|
||||
|
||||
def gen_category(cats):
|
||||
for i in range(0, 0x110000):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue