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 eli.bendersky
Recipients Retro, brian.curtin, eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, rhettinger, terry.reedy, xuanji, ysj.ray
Date 2011-02-24.05:55:21
SpamBayes Score 1.0114313e-08
Marked as misclassified No
Message-id <AANLkTikWXKC6_QjPyU6HJ+uLrkxwD0z9VBF0qZy2-MW+@mail.gmail.com>
In-reply-to <1298518013.84.0.437828773479.issue10516@psf.upfronthosting.co.za>
Content
On Thu, Feb 24, 2011 at 05:26, Éric Araujo <report@bugs.python.org> wrote:
>
> Éric Araujo <merwok@netwok.org> added the comment:
>
> Ray: Eli can just refresh his patch and commit.  Note that the patch program will prompt you for a file name if it can’t find the file for a diff hunk, so it should be trivial to apply a patch across a rename.
>
> Eli: Would you mind changing two nits before committing the nice patch?
>
> +"L.clear() -> None -- remove all items from L");
> It looks like other methods that return None just omit the “-> type” part.
>
> +
>
> +
> That’s one new line too many.  Some trailing spaces are also included.
>

I will fix and commit over the weekend.
History
Date User Action Args
2011-02-24 05:55:22eli.benderskysetrecipients: + eli.bendersky, georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, Retro, brian.curtin, ysj.ray, xuanji
2011-02-24 05:55:21eli.benderskylinkissue10516 messages
2011-02-24 05:55:21eli.benderskycreate