]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix invisible character typo (#123933)
authorXie Yanbo <xieyanbo@gmail.com>
Wed, 11 Sep 2024 11:44:46 +0000 (19:44 +0800)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2024 11:44:46 +0000 (07:44 -0400)
commite9eedf19c99475b1940bbbbdc8816b51da3968e7
tree2813fd22a5d6df45e1ff23a1f1dfddf569c59e5b
parentd2b9b6f919e92184420c8e13d078e83447ce7917
Fix invisible character typo (#123933)

Remove accidental addition of zero-width character (U+FEFF) reported by @jaraco:
- https://github.com/python/cpython/commit/c3f4a6b52418d9b9f091f864cb6340d0d5fc6966#commitcomment-146456562
Lib/zipfile/_path/__init__.py