mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
gh-126525: Fix makeunicodedata.py output on macOS and Windows (#126526)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user