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.
This commit is contained in:
Zenohm 2016-05-14 18:50:56 -04:00
parent 643934b950
commit 48ff24daa9

View File

@ -1,4 +1,4 @@
3.0
2.5
===
Changed to using dictionaries instead of parsing XML.