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 projetmbc
Recipients Kevin.Norris, elguavas, paul.moore, pitrou, projetmbc
Date 2017-11-08.12:59:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <76f77557-9386-fde8-9bbe-c780fa2c7811@gmail.com>
In-reply-to <1510131320.97.0.213398074469.issue24132@psf.upfronthosting.co.za>
Content
For the moment, you can take a look at this little script that acheives 
subclassing of Path : 
https://github.com/bc-python/mistool/blob/master/mistool/os_use.py 
(search for class Path).

Le 08/11/2017 à 09:55, Paul Moore a écrit :
> Paul Moore <p.f.moore@gmail.com> added the comment:
>
> @elguavas the problem is, no-one has proposed a patch. There's not likely to be much movement on this until someone provides one.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue24132>
> _______________________________________
History
Date User Action Args
2017-11-08 12:59:46projetmbcsetrecipients: + projetmbc, paul.moore, pitrou, elguavas, Kevin.Norris
2017-11-08 12:59:46projetmbclinkissue24132 messages
2017-11-08 12:59:46projetmbccreate