This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients JelleZijlstra, SilentGhost, berker.peksag, ethan.furman
Date 2016-10-06.11:09:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475752194.49.0.734889874547.issue27232@psf.upfronthosting.co.za>
In-reply-to
Content
This has already been fixed in ea7b6a7827a4:

    >>> import os
    >>> os.fspath(None)
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    TypeError: expected str, bytes or os.PathLike object, not NoneType
History
Date User Action Args
2016-10-06 11:09:54berker.peksagsetrecipients: + berker.peksag, SilentGhost, ethan.furman, JelleZijlstra
2016-10-06 11:09:54berker.peksagsetmessageid: <1475752194.49.0.734889874547.issue27232@psf.upfronthosting.co.za>
2016-10-06 11:09:54berker.peksaglinkissue27232 messages
2016-10-06 11:09:54berker.peksagcreate