On 18Aug2011 20:51, Stefan Krah wrote:
| Antoine Pitrou wrote:
| > On Thu, 18 Aug 2011 17:49:28 +0200
| > benjamin.peterson wrote:
| > > -PyErr_SetString(PyExc_TypeError, "embedded NUL character");
| > > +PyErr_SetString(PyExc_TypeError, "embedded NULL character");
| >
| > Are y
ACTIVITY SUMMARY (2011-08-12 - 2011-08-19)
Python tracker at http://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open2937 (+14)
closed 21630 (+28)
total 24567 (+42)
Open issues wit
On 19 August 2011 16:40, Éric Araujo wrote:
>> One thing that I, as a semi-interested bystander, would like to see is
>> sort of a component of 4. Namely, a document somewhere addressing the
>> question of why I, as a current user of distutils (setup.py, etc),
>> should convert my project to use p
> One thing that I, as a semi-interested bystander, would like to see is
> sort of a component of 4. Namely, a document somewhere addressing the
> question of why I, as a current user of distutils (setup.py, etc),
> should convert my project to use packaging/distutils2 - and what I'd
> need to do s
On 15 August 2011 11:31, Tarek Ziadé wrote:
> IOW, the task to do is:
>
> 1/ copy packaging and all its stdlib dependencies in a standalone project
> 2/ rename packaging to distutils2
> 3/ make it work under older 2.x and 3.x (2.x would be the priority) <
> 4/ release it, promote its usage
>