This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vdupras
Recipients amaury.forgeotdarc, rhettinger, tarek, vdupras
Date 2009-06-14.23:22:33
SpamBayes Score 0.00026511488
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
1. Yeah, I know. At first, that's what I wanted to do, but it resulted 
in a lot of code duplication (alloc, memerror, copy), which I didn't 
much like. But then again, what I ended up writing (because I realized I 
had to decref the  new "po") uses up more lines anyway...

2. oops

3. I did it because all other tests do it. I thought there had to be a 
reason (but then again, that old broken "lsdir" test had been there for 
a while...). Even if there's no reason. the new test would really stand 
out compared to the rest...
History
Date User Action Args
2009-06-14 23:22:39vduprassetrecipients: + vdupras, rhettinger, amaury.forgeotdarc, tarek
2009-06-14 23:22:38vduprassetmessageid: <[email protected]>
2009-06-14 23:22:34vdupraslinkissue6095 messages
2009-06-14 23:22:33vduprascreate