[issue35237] Allow Path instances in sys.path ?

2018-11-13 Thread Ammar Askar
Ammar Askar added the comment: Looks like there's an issue already open for this. -- nosy: +ammar2 resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> add support for path-like objects in sys.path ___ Python tracker

[issue35237] Allow Path instances in sys.path ?

2018-11-13 Thread Thierry Parmentelat
New submission from Thierry Parmentelat : Hi; this is my first entry in this repo I ran today into a rather frustrating experience, that I'd to avoid it for others as far as possible In a nutshell I had a sphinx stub that read: import sys sys.path.append("..") import mymodule and because