mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
[3.13] gh-126525: Fix makeunicodedata.py
output on macOS and Windows (GH-126526) (#126725)
gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (GH-126526)
(cherry picked from commit f223efb2a2
)
Co-authored-by: sobolevn <mail@sobolevn.me>
This commit is contained in:
parent
e5e70c5f09
commit
6cefffcdee
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ from functools import partial
|
|||
from textwrap import dedent
|
||||
from typing import Iterator, List, Optional, Set, Tuple
|
||||
|
||||
SCRIPT = sys.argv[0]
|
||||
SCRIPT = os.path.normpath(sys.argv[0])
|
||||
VERSION = "3.3"
|
||||
|
||||
# The Unicode Database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue