mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Patch #734231: Update RiscOS support. In particular, correct
riscospath.extsep, and use os.extsep throughout.
This commit is contained in:
parent
5467d4c0e3
commit
a94568a753
27 changed files with 482 additions and 59 deletions
|
@ -3,7 +3,7 @@ import sys
|
|||
import os
|
||||
from unicodedata import normalize
|
||||
|
||||
TESTDATAFILE = "NormalizationTest.txt"
|
||||
TESTDATAFILE = "NormalizationTest" + os.extsep + "txt"
|
||||
|
||||
# This search allows using a build directory just inside the source
|
||||
# directory, and saving just one copy of the test data in the source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue