On Wed, 8 Aug 2018 at 00:35, Victor Porton <por...@narod.ru> wrote: > > > But I see no reason why this has anything to do with the Python standard > > library. Can you explain why you want to distribute an experimental > > file format in the Python std lib? > > As I pointed out, I want this format to become common (standardized!) > for different IDEs and other development environment.
This strikes me as *absolutely* something that should be promoted outside of the stdlib, as a 3rd party project, and once it's established as a commonly used and accepted standard, only then propose that the stdlib offer support for it (if that's even needed at that point). Trying to promote a standard by making it "official" and then encouraging tools to accept it "because it's the official standard" seems like it's doing things backwards, to me at least. Paul _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/