Skip to content

feat: add Path trait for pathlib.Path values#941

Open
SAY-5 wants to merge 1 commit into
ipython:mainfrom
SAY-5:add-path-trait
Open

feat: add Path trait for pathlib.Path values#941
SAY-5 wants to merge 1 commit into
ipython:mainfrom
SAY-5:add-path-trait

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented May 19, 2026

Adds a Path trait that accepts strings and os.PathLike objects and stores them as pathlib.Path instances, including from_string support for command-line configuration. This implements the request in #607, where the design (mapping onto pathlib.Path) was confirmed by maintainers.

Closes #607

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consider a Path trait; many Unicode use could be Path I think.

1 participant