- rawdog 2.18
+Be consistent about catching AttributeError when looking for attributes
+that were added to Rawdog during the 2.x series (spotted by Jakub Wilk).
+
- rawdog 2.17
Add a one-paragraph description of rawdog to the README file, for use by
# Convert to or from splitstate if necessary.
try:
u = self.using_splitstate
- except:
+ except AttributeError:
# We were last run with a version of rawdog that didn't
# have this variable -- so we must have a single state
# file.