python3-markupsafe 0.15-1build3 (i386 binary) in ubuntu trusty
MarkupSafe implements a unicode subclass that supports HTML strings:
.
>>> from markupsafe import Markup, escape
>>> escape(
Markup(
>>> tmpl = Markup(
>>> tmpl % "Peter > Lustig"
Markup('<em>Peter > Lustig</em>')
.
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)
'42'
>>> soft_unicode(
Markup('foo')
Details
- Package version:
- 0.15-1build3
- Status:
- Superseded
- Component:
- main
- Priority:
- Optional
Downloadable files
i386 build of markupsafe 0.15-1build3 in ubuntu raring PROPOSED produced
these files:
- python3-markupsafe_0.15-1build3_i386.deb (13.5 KiB)