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 JelleZijlstra
Recipients JelleZijlstra, pitrou
Date 2017-03-18.15:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489850567.46.0.646194395205.issue29847@psf.upfronthosting.co.za>
In-reply-to
Content
pathlib.Path.__new__ takes **kwargs, but doesn't do anything with them (https://github.com/python/cpython/blob/master/Lib/pathlib.py#L979). This doesn't appear to be documented.

This feature should presumably be either documented or removed (probably removed unless I'm missing some reason for having it).

Brief discussion on a typeshed PR at https://github.com/python/typeshed/pull/991#discussion-diff-105813974R100
History
Date User Action Args
2017-03-18 15:22:47JelleZijlstrasetrecipients: + JelleZijlstra, pitrou
2017-03-18 15:22:47JelleZijlstrasetmessageid: <1489850567.46.0.646194395205.issue29847@psf.upfronthosting.co.za>
2017-03-18 15:22:47JelleZijlstralinkissue29847 messages
2017-03-18 15:22:47JelleZijlstracreate