On Tue, 06 Sep 2011 14:13:45 -0400, Marco Leise <marco.le...@gmx.de> wrote:

Am 06.09.2011, 16:51 Uhr, schrieb Andrei Alexandrescu <seewebsiteforem...@erdani.org>:

So what should we use? xml2? new_xml? FWIW we use the prefix "new_" at Facebook to good effect. Or should we, au contraire, use "old_" for the old module and advise people who want to stick with the old modules to change their imports?


Andrei

What about:

            std.xml1
std.xml -> std.xml2

So std.xml is a symbolic link to std.xml2 in the next release or std.xml2 public imports std.xml ?
This is what /bin/python is on my computer.

That only works/is worth it if std.xml2 is backwards compatible with std.xml1.

-Steve

Reply via email to