From: Eevee Date: Wed, 7 Jan 2009 14:42:43 +0000 (-0500) Subject: Miscellaneous cleanup. X-Git-Url: http://git.veekun.com/pseudoku.git/commitdiff_plain/6c46caf7943b1beaadf32f5bbd78b1aee647b825?hp=6c46caf7943b1beaadf32f5bbd78b1aee647b825 Miscellaneous cleanup. Changed Grid.is_filled() to a property. Removed Grid.check(), which didn't do anything anyway. Cleaned up Grid.solve() slightly and fixed an egregious logic error. Clarified Cell.normalize() docstring. ---