Marc-Andre Lemburg added the comment: On 03.09.2015 13:37, flying sheep wrote: > all three OSs have stable, widely followed standards in place, and the idea > of providing a python stdlib API for them received an almost unanimously > positive response – with the sole exception being you.
I'm not against developing another module based on appdirs for this. I do question the usefulness of having such a module in the stdlib, since I've already gone through a similar experience with the platform module I wrote several years ago. Ongoing development is not really possible once a module is in the stdlib and older Python releases don't benefit from new developments either. Regarding standard vs. convention: that's all smoke and mirrors :-) A standard that's not being adopted is not a standard. A convention may well turn into a standard without ever being written down as one. A module implementing any such standards or conventions will have to address more than just one way of doing things in order to stay compatible with existing software or new developments. That's what I wanted to say. But this ticket is not about that discussion anyway... ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7175> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com