[Zope] A corker

Hannu Krosing hannu@tm.ee
Thu, 17 May 2001 18:41:05 +0500


Bruce Eckel wrote:
> 
> needed', 'fax': 'Your fax number, if you have one'}
> ------------------------------------------------------------
> --------------------
>  your type is:
> 

Is this from html source or from rendered page?

Example:

>>> type(1)
<type 'int'>


whixh is rendered as:

>>> type(1)


------------
Hannu