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 francismb
Recipients alexis, eric.araujo, francismb, nadeem.vawda, tarek
Date 2012-03-03.19:20:53
SpamBayes Score 7.4597897e-06
Marked as misclassified No
Message-id <1330802454.33.0.33260524264.issue14183@psf.upfronthosting.co.za>
In-reply-to
Content
Nadeem:
> - Don't use spaces around the '=' sign when used to indicate a
>      keyword argument or a default parameter value.
ok, "code formating" is not working as expected (at least for lambdas...)


Éric :
> If you grep packaging tests for XXX|TODO|FIXME, you’ll find 22 
> entries.  Fixing those may not have an impact on coverage numbers,
> but will definitely improve things.  
> There are also XXX notes in the code itself,
> open bugs on this tracker, and some dozen more in my todo lists.  

I've, at least one of your wishes under the radar: 14140 but right now I
lack of the time for it and I prefer to get the open issues where I'm helping closed or rejected first (otherwise these is too much open “fronts” :) ). 

That one was just curiosity: I've tried with coverage against the whole stdlib and then sorted things in ascending coverage % order and took one: Lib/packaging/pypi/wrapper :) . After looking a bit I came to the default parameter of 'get_infos' ...

Cheers,
francis
History
Date User Action Args
2012-03-03 19:20:54francismbsetrecipients: + francismb, nadeem.vawda, tarek, eric.araujo, alexis
2012-03-03 19:20:54francismbsetmessageid: <1330802454.33.0.33260524264.issue14183@psf.upfronthosting.co.za>
2012-03-03 19:20:53francismblinkissue14183 messages
2012-03-03 19:20:53francismbcreate