diff ChangeLog @ 713:5420fe9d99a9 trunk

The `Markup` class now supports mappings for right hand of the `%` (modulo) operator in the same way the Python string classes do, except that the substituted values are escape. Also, the special constructor which took positional arguments that would be substituted was removed. Thus the `Markup` class now supports the same arguments as that of its `unicode` base class. Closes #211. Many thanks to Christian Boos for the patch!
author cmlenz
date Tue, 08 Apr 2008 18:18:18 +0000
parents e5b0d9d6b406
children fc6d9d2a3527
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,6 +71,12 @@
    the `<py:match>` directive.
  * Improve error reporting when accessing an attribute in a Python expression
    raises an `AttributeError` (ticket #191).
+ * The `Markup` class now supports mappings for right hand of the `%` (modulo)
+   operator in the same way the Python string classes do, except that the
+   substituted values are escape. Also, the special constructor which took
+   positional arguments that would be substituted was removed. Thus the
+   `Markup` class now supports the same arguments as that of its `unicode`
+   base class (ticket #211).
 
 
 Version 0.4.4
Copyright (C) 2012-2017 Edgewall Software