Ticket #4736 defect closed duplicate
Make FilePath docstring mention that it also accepts unicode paths
| Reported by: | ivank | Owned by: | ivank |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
FilePath.__doc__ says:
@type path: C{str}
@ivar path: The path from which 'downward' traversal is permitted.
Unicode paths are sometimes needed on Windows, and FilePath does seem to work with them. The docstring should mention that they work.
Change History
Note: See
TracTickets for help on using
tickets.
