Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render the "#*",get "*", is a bug? #224

Closed
sqlalchemy-bot opened this issue Sep 30, 2013 · 2 comments
Closed

render the "#*",get "*", is a bug? #224

sqlalchemy-bot opened this issue Sep 30, 2013 · 2 comments
Labels
bug Something isn't working low priority runtime

Comments

@sqlalchemy-bot
Copy link

Migrated issue, originally created by Anonymous

from mako.template import Template
t = Template("#*")
r = t.render()
print r

r is "*".
this is a bug?

@sqlalchemy-bot
Copy link
Author

Michael Bayer (@zzzeek) wrote:

yes, fixed in 70f561b.

@sqlalchemy-bot
Copy link
Author

Changes by Michael Bayer (@zzzeek):

  • changed status to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority runtime
Projects
None yet
Development

No branches or pull requests

1 participant