[3.12] gh-126525: Fix makeunicodedata.py output on macOS and Windows (GH-126526) (#126726)

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:
Miss Islington (bot) 2024-11-12 11:41:28 +01:00 committed by GitHub
parent 41873c839b
commit bc31c73f5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ from functools import partial
from textwrap import dedent from textwrap import dedent
from typing import Iterator, List, Optional, Set, Tuple from typing import Iterator, List, Optional, Set, Tuple
SCRIPT = sys.argv[0] SCRIPT = os.path.normpath(sys.argv[0])
VERSION = "3.3" VERSION = "3.3"
# The Unicode Database # The Unicode Database