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
* Modified ``ResourcePath.join()`` to propagate fragments from the given path to the joined path.
2
+
This now means that if the ``ResourcePath`` constructor finds a fragment that fragment will be used.
3
+
Previously the fragment was dropped if a ``ResourcePath`` was given that had a fragment, or the fragment was treated as part of the filename if a plain string was given.
4
+
This change means that filenames can no longer include ``#`` characters.
5
+
* Added new ``ResourcePath.unquoted_fragment`` property to get the unquoted fragment.
0 commit comments