Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-03-09 15:02:32 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-09 15:02:32 (GMT)
commitf39f9b0987db04a478de532b20dab17ff55baf03 (patch)
tree0d43f1adc98a446fc78d5250ccb7b96d902d9a60
parentde57007b544fab03df23f0fab3fc96e71115ab2d (diff)
Reword changelog entry regarding try: except: finally: construct.
-rw-r--r--debian/changelog4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a3e3276..e5eb654 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
sugar-datastore (0.8.0~git.13d354b-2) unstable; urgency=low
- * Patch converter, datatore and backingstore to wrap try-except in
- another try when using finally, to support Python 2.4.
+ * Patch converter, datatore and backingstore to nest try: except: in
+ try: except: finally: constructs, to support Python 2.4.
-- Jonas Smedegaard <dr@jones.dk> Sun, 09 Mar 2008 15:22:55 +0100