Skip to content
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2023-02-07-22-20-32.gh-issue-101362.J…
…lk6mt.rst

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
barneygale and AlexWaygood authored Mar 5, 2023
commit 782a940925736850dd2704480c49f062eb145d2e
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Speed up :class:`pathlib.PurePath` construction by handling arguments more
uniformly. When a :class:`pathlib.Path argument is supplied,
uniformly. When a :class:`pathlib.Path` argument is supplied,
we use its string representation rather than joining its parts
with :func:`os.path.join`.