[Python-Dev] External Package Maintenance (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Tue Jun 13 00:55:04 CEST 2006


Phillip J. Eby wrote:

Actually it's both irrelevant and insulting.

I just want changes made by the Python core developers to be reflected in the external releases. I'd be more than happy to move the external release to the Python SVN server if that would make it happen.

I think the only way to guarantee that is that you track the Python source code yourself. Here is how I did it with PyXML:

Of course, this approach recently broke when byte-for-byte identity was deliberately broken; until then, it worked fine for several years.

The "nail" here is simply that maintaining two versions of a package is awkward if changes are being made in both places. I'd love to have only one place in which wsgiref is maintained, but Python's current directory layout doesn't allow me to put all of wsgiref in "one place".

I guess you just have to accept that. It will happen again.

Regards, Martin



More information about the Python-Dev mailing list