mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Remove RISCOS support
This commit is contained in:
parent
c5aba17447
commit
7a98be2efb
62 changed files with 106 additions and 3823 deletions
|
@ -5,7 +5,7 @@ import sys
|
|||
import os
|
||||
from unicodedata import normalize
|
||||
|
||||
TESTDATAFILE = "NormalizationTest" + os.extsep + "txt"
|
||||
TESTDATAFILE = "NormalizationTest.txt"
|
||||
TESTDATAURL = "http://www.unicode.org/Public/4.1.0/ucd/" + TESTDATAFILE
|
||||
|
||||
class RangeError(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue