diff 0.9.x/ChangeLog @ 490:58bd100bb5ed stable

Merged revisions 458 via svnmerge from http://svn.edgewall.org/repos/babel/trunk ........ r458 | aronacher | 2008-10-31 17:13:59 +0100 (vr, 31 okt 2008) | 3 lines Removed `ValueError` raising for string formatting message checkers if the string does not contain any string formattings. The new behavior is undefined. This fixes at least one of the problems of the #150 ticket. ........
author jruigrok
date Sun, 11 Apr 2010 09:10:49 +0000
parents d725fd333f61
children 5dd7b2ac7014
line wrap: on
line diff
--- a/0.9.x/ChangeLog
+++ b/0.9.x/ChangeLog
@@ -18,6 +18,8 @@
  * Add a __ne__() method to the Local class.
  * Explicitly sort instead of using sorted() and don't assume ordering
    (Python 2.3 and Jython compatibility).
+ * Removed ValueError raising for string formatting message checkers if the
+   string does not contain any string formattings (ticket #150).
 
 
 Version 0.9.5
Copyright (C) 2012-2017 Edgewall Software