From 48ff24daa90a305ae65ed5fae6011f8cebc0ef64 Mon Sep 17 00:00:00 2001 From: Zenohm <sentherus@gmail.com> Date: Sat, 14 May 2016 18:50:56 -0400 Subject: [PATCH] It's a change. :D Contrary to what I thought, this update appears to be mostly compatible with all the code listed that came before. All generators have been switched out for lists so that information can be used from one location. If this is determined to somehow have an impact despite Wolfram Alpha not being expected to return oodles of information, then the code can be easily rewritten to use generators instead of lists. Lists are simply more convenient when experimenting with the source code. --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1d5fb72..e14d9e6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -3.0 +2.5 === Changed to using dictionaries instead of parsing XML.