]> granicus.if.org Git - python/commitdiff
Use a %s format for the exit status -- through the magical workings of
authorGuido van Rossum <guido@python.org>
Tue, 11 Nov 1997 17:18:48 +0000 (17:18 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Nov 1997 17:18:48 +0000 (17:18 +0000)
the aptly named MagicDict class, the value is a string, not a number,
by the time it is printed...

Tools/faqwiz/faqconf.py

index a0dad2f3662a6a178b951fe946fcc26ae1aeb105..81d933f259ead7caf48c2fccd1f2e58f63cdc72b 100644 (file)
@@ -450,7 +450,7 @@ Your changes have been committed.
 """
 
 COMMITFAILED = """
-Exit status %(sts)04x.
+Exit status %(sts)s.
 """
 
 # Add/Delete