Ñò
<0¯Hc @ sº d Z d d k Z d d k Z d d k Z d d k Z d d k l Z d d k l Z e d „ Z
d „ Z d „ Z d e
f d „ ƒ YZ d
e f d „ ƒ YZ d e f d
„ ƒ YZ d S( su Utility functions used by various web helpers
This module is such a mess that no new helpers should be added to it.
iÿÿÿÿN( t DictMixin( t XMLGeneratorc C sŠ d | j o | i d d ƒ } n d | j o | i d d ƒ } n d | j o | i d d ƒ } n | o | i d d ƒ } n | S( sà Replace special characters '&', '<' and '>' by SGML entities.
This is a slightly more efficient version of the cgi.escape by
using 'in' membership to test if the replace is needed.
t &s &t