python-markupsafe 0.9.2-3build1 (i386 binary) in ubuntu natty
MarkupSafe implements a unicode subclass that supports HTML strings:
.
>>> from markupsafe import Markup, escape
>>> escape(
Markup(
>>> tmpl = Markup(
>>> tmpl % "Peter > Lustig"
Markup(
.
If you want to make an object unicode that is not yet unicode
but don't want to lose the taint information, you can use the
`soft_unicode` function:
.
>>> from markupsafe import soft_unicode
>>> soft_unicode(42)
u'42'
>>> soft_unicode(
Markup(u'foo')
Details
- Package version:
- 0.9.2-3build1
- Status:
- Superseded
- Component:
- main
- Priority:
- Optional
Downloadable files
i386 build of markupsafe 0.9.2-3build1 in ubuntu natty RELEASE produced
these files:
- python-markupsafe_0.9.2-3build1_i386.deb (12.6 KiB)
Package relationships
- Provides:
- python2.6-markupsafe
- python2.7-markupsafe