89fe77da8a
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1766 6952d904-891a-0410-993b-d76249ca496b
17 lines
518 B
Diff
17 lines
518 B
Diff
Added by: neurogeek@gentoo.org
|
|
Reported to upstream: 21-Jul-2009
|
|
Upstream ticket: http://genshi.edgewall.org/ticket/324
|
|
|
|
diff -uNr Genshi-0.5.1.orig/genshi/template/eval.py Genshi-0.5.1/genshi/template/eval.py
|
|
--- Genshi-0.5.1.orig/genshi/template/eval.py 2009-07-21 23:56:48.000000000 +0000
|
|
+++ Genshi-0.5.1/genshi/template/eval.py 2009-07-21 23:56:59.000000000 +0000
|
|
@@ -229,8 +229,6 @@
|
|
>>> foo = Undefined('foo')
|
|
>>> bool(foo)
|
|
False
|
|
- >>> list(foo)
|
|
- []
|
|
>>> print foo
|
|
undefined
|
|
|