You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure encoding["source"] is available for a pathlib.Path object (#6974)
* Ensure 'source' is encoded even when its a Path
Resolves Issue #5888.
With this change, the "source" encoding will be stored whether the filename is
a string or a Path object.
* Add a test for encoding source with Path object
* Update whats-new.rst
* Ensure only string and Path filenames encode source
Co-authored-by: Mathias Hauser <[email protected]>
* Update doc/whats-new.rst
* fix link
Co-authored-by: Mathias Hauser <[email protected]>
Co-authored-by: Deepak Cherian <[email protected]>
0 commit comments