Josselin Mouette wrote:
Le mardi 30 septembre 2008 à 17:20 +0200, Tarek Ziadé a écrit :
>
> I mean, if you change a public API of your package , you *have* to
> change its name ?

Yes, this is the requirement for C libraries, and we try to enforce it
as well for other languages.

Things are somewhat different in C, because the filename of
the .so isn't something you refer to in the source code.

Applying the same thing to Python would require the version
to be specified every time the module is mentioned in an
import statement.

--
Greg
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to