# HG changeset patch # User hodgestar # Date 1356808450 0 # Node ID 19ac5d8fd96ce51c73f1e2b1cb4da70690d2e665 # Parent 570226c4811999e9ebf00f2e3b09ce3cbff92806 Fix a number of tests which Python's new hash randomization is causing to fail randomly. diff --git a/genshi/builder.py b/genshi/builder.py --- a/genshi/builder.py +++ b/genshi/builder.py @@ -175,8 +175,8 @@ arguments will be converted to strings and any special XML characters escaped: - >>> print(Element('textarea', rows=10, cols=60)) -