Re: [Python-Dev] PEP 376 : Changing the .egg-info structure

2009-05-14 Thread Tarek Ziadé
2009/5/15 P.J. Eby : > At 12:21 AM 5/15/2009 +0200, Tarek Ziadé wrote: >> >> Hello >> >> I'm proposing this PEP, which has been discussed in Distutils-SIG, for >> inclusion in Python 2.7 and 3.2 >> >> http://www.python.org/dev/peps/pep-0376/ >> >> Please comment ! > > I'd like to reiterate my sugge

Re: [Python-Dev] PEP 376 : Changing the .egg-info structure

2009-05-14 Thread Jeroen Ruigrok van der Werven
-On [20090515 06:59], P.J. Eby (p...@telecommunity.com) wrote: >I'd like to reiterate my suggestion that the uninstall record include >size and checksum information, ala PEP 262's "FILES" section. This >would allow the uninstall function to validate whether a file has >been modified, and thus p

Re: [Python-Dev] PEP 376 : Changing the .egg-info structure

2009-05-14 Thread P.J. Eby
At 12:21 AM 5/15/2009 +0200, Tarek Ziadé wrote: Hello I'm proposing this PEP, which has been discussed in Distutils-SIG, for inclusion in Python 2.7 and 3.2 http://www.python.org/dev/peps/pep-0376/ Please comment ! I'd like to reiterate my suggestion that the uninstall record include size a

[Python-Dev] PEP 376 : Changing the .egg-info structure

2009-05-14 Thread Tarek Ziadé
Hello I'm proposing this PEP, which has been discussed in Distutils-SIG, for inclusion in Python 2.7 and 3.2 http://www.python.org/dev/peps/pep-0376/ Please comment ! Tarek -- Tarek Ziadé | http://ziade.org ___ Python-Dev mailing list Python-Dev@pyt

[Python-Dev] python -m test.regrtest should pass on an installed python

2009-05-14 Thread R. David Murray
For various reasons I happened to run 'python -m test.regrtest' on my Gentoo installed Python. For 2.5.4 only test_tarfile failed (it tries to write into the read-only installed test directory). On 2.6.2 test_tarfile passes, but other test suites, including test_distutils, do not. So this posti