Return iterables throughout for consistency.

This commit is contained in:
Jason R. Coombs
2016-09-03 14:59:58 -04:00
parent 1a4dc2fc62
commit e1ae854faf
4 changed files with 6 additions and 7 deletions

View File

@@ -7,8 +7,8 @@
* ``Client.query`` now accepts keyword arguments
and parameters passed directly to Wolfram|Alpha
as URL parameters.
* ``Result.pods`` now returns an iterator and not
a list.
* ``Result.pods`` and ``Pod.subpods`` now returns
an iterator and not a list.
* ``Pod`` objects are no longer iterable. To access
the subpods of a pod, simply use the ``Pod.subpod``
property.