Martin v. Löwis wrote > > And maybe PEP 291 could be updated to cover both compatibility with older > > Python versions and other compatibility issues. > > So what would be the minimum Python version you keep compatibility with?
as Brett pointed out, the procedure to use for externally developed and bundled components should be described in PEP 2. but we need to list them somewhere too; PEP 291 is as good as any other place. > > Just say "go", and I'll start working on this. > > Not sure if it is me who should say that; as nobody else > has spoken against it: go. just one question: where do you want the "vendor" checkins ? I'm using a flat "kits" namespace in my own repositories, e.g. http://svn.python.org/kits/elementtree-1.2.6-20050316 http://svn.python.org/kits/jpeg-6b http://svn.python.org/kits/zlib-1.2.1 or, as commands for this specific case: $ wget http://effbot.org/downloads/elementtree-1.2.6-20050316.tar.gz $ tar xvfz elementtree-1.2.6-20050316.tar.gz $ svn import elementtree-1.2.6-20050316 svn+ssh://[EMAIL PROTECTED]/kits/elementtree-1.2.6-20050316 anyone has a better name? </F>
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com