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 georg.brandl
Recipients barry, georg.brandl, pitrou
Date 2014-10-06.16:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I was about to suggest deriving your own Path class from Path and str, but got a base class layout conflict because Path objects define lots of __slots__ :(
History
Date User Action Args
2014-10-06 16:12:18georg.brandlsetrecipients: + georg.brandl, barry, pitrou
2014-10-06 16:12:18georg.brandlsetmessageid: <[email protected]>
2014-10-06 16:12:18georg.brandllinkissue22570 messages
2014-10-06 16:12:18georg.brandlcreate