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
-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
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
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
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