[docs] threading.Condition.notify() correction

Eli Bendersky eliben at gmail.com
Wed Aug 17 04:38:07 CEST 2011


On Tue, Aug 16, 2011 at 19:43, Jiachang Xu <xcoderz at gmail.com> wrote:
> Hi,
> In the source of threading.Condition.notify(), there is a parameter "n" as
> well, can the documentation be updated with it?
> http://docs.python.org/library/threading.html#threading.Condition.notify
>
> --
> Jiachang Xu

Thanks for your report. I have created
http://bugs.python.org/issue12767 to track this.
Feel free to submit a patch - I promise to review and commit it promptly :-)

Eli


More information about the docs mailing list