On Wed, Sep 1, 2010 at 10:58 PM, antoine.pitrou
<python-check...@python.org> wrote:
> Modified: python/branches/py3k/Misc/NEWS
> ==============================================================================
> --- python/branches/py3k/Misc/NEWS      (original)
> +++ python/branches/py3k/Misc/NEWS      Wed Sep  1 14:58:21 2010
> @@ -354,6 +354,9 @@
>  Build
>  -----
>
> +- Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become
> +  _Py_add_one_to_C() and _Py_add_one_to_F(), respectively.
> +

Minor point: the names are actually *_index_C and *_index_F. (the
patch is right, just NEWS and the checkin comment are off)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to