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 elguavas
Recipients Kevin.Norris, elguavas, paul.moore, pitrou, projetmbc
Date 2017-11-08.01:01:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510102899.0.0.213398074469.issue24132@psf.upfronthosting.co.za>
In-reply-to
Content
Using a set of paths with special properties and formats in a project, thought "the cleanest oop way to do this is try out python's oop paths in pathlib". Subclassed Path to implement my extra (non platfor specific) properties and fell at the first hurdle because of this issue... 

for me pathlib does not provide oop paths if i can't subclass Path, for whatever reason.

reverted to treating paths as strings and writing functions to handle my special path properties and formats.

i was also surprised when i found another bug report on this issue that said it was closed for 3.7, great i thought this has been solved, but no, the other report was closed because it was about the same issue as this ancient report.
History
Date User Action Args
2017-11-08 01:01:39elguavassetrecipients: + elguavas, paul.moore, pitrou, Kevin.Norris, projetmbc
2017-11-08 01:01:39elguavassetmessageid: <1510102899.0.0.213398074469.issue24132@psf.upfronthosting.co.za>
2017-11-08 01:01:38elguavaslinkissue24132 messages
2017-11-08 01:01:38elguavascreate