Ticket #324 (closed defect: fixed)
Test fails for Genshi-0.5.1 and Python 2.6.2
| Reported by: | neurogeek@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.6 |
| Component: | General | Version: | 0.5.1 |
| Keywords: | Cc: | lmacken@… |
Description
Hello there,
When running python setup.py test in Genshi-0.5.1 using python-2.6.2, I get a test failed for genshi.template.eval.Undefined in here:
"""Represents a reference to an undefined variable.
221
227 >>> foo = Undefined('foo')
228 >>> bool(foo)
229 False
230 >>> list(foo) -----> This line fail test
231 []
232 >>> print foo
233 undefined
Thanks,
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

