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 serhiy.storchaka
Recipients brett.cannon, ezio.melotti, serhiy.storchaka
Date 2018-02-27.19:40:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519760407.45.0.467229070634.issue32964@psf.upfronthosting.co.za>
In-reply-to
Content
In a number of tests there are simple implementations of the path protocol. Unlike to pathlib.Path they implement only necessary minimum of methods. The proposed PR moves this implementation into test.support. It also fixes some misuses of it.

I have named it SimplePath. Are there better ideas? PathLike was rejected due to possible confusion with os.PathLike.
History
Date User Action Args
2018-02-27 19:40:07serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ezio.melotti
2018-02-27 19:40:07serhiy.storchakasetmessageid: <1519760407.45.0.467229070634.issue32964@psf.upfronthosting.co.za>
2018-02-27 19:40:07serhiy.storchakalinkissue32964 messages
2018-02-27 19:40:07serhiy.storchakacreate