Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add NEWS blurb
  • Loading branch information
barneygale committed Feb 4, 2023
commit 10844a64085292c249aad7dbc423de6bd35caa30
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Speed up construction and joining of :class:`pathlib.PurePath` objects by
deferring path parsing and normalization until needed. Some path object
operations are 2-4x faster as a result of this change. An unnormalized path
is now returned by :func:`os.fspath` when a pathlib path object is given.