From: Eevee Date: Wed, 10 Dec 2008 02:50:02 +0000 (-0500) Subject: Improved creating a grid from data. X-Git-Url: http://git.veekun.com/pseudoku.git/commitdiff_plain/282da8de86748e42e0891daaa7ce81aa423fed44?ds=sidebyside;hp=282da8de86748e42e0891daaa7ce81aa423fed44 Improved creating a grid from data. Grid.from_lists is now a constructor that optionally takes explicit height and width; without them, it attempts to guess the likely dimensions of the grid and boxes. Added a Grid.from_string that is similar but reads from a string. ---