On Mon, 24 Oct 2011 13:17:53 +0200
florent.xicluna <python-check...@python.org> wrote:
> @@ -2557,7 +2557,7 @@
>  extend() -- extend array by appending multiple elements from an iterable\n\
>  fromfile() -- read items from a file object\n\
>  fromlist() -- append items from the list\n\
> -fromstring() -- append items from the string\n\
> +frombytes() -- append items from the string\n\
>  index() -- return index of first occurrence of an object\n\
>  insert() -- insert a new item into the array at a provided position\n\
>  pop() -- remove and return item (default last)\n\
> @@ -2565,7 +2565,7 @@
>  reverse() -- reverse the order of the items in the array\n\
>  tofile() -- write all items to a file object\n\
>  tolist() -- return the array converted to an ordinary list\n\
> -tostring() -- return the array converted to a string\n\
> +tobytes() -- return the array converted to a string\n\

The alphabetical order should probably be kept.

Regards

Antoine.


_______________________________________________
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