[Zope-Checkins] CVS: Zope2 - 010516-2.4-unicode.stx:1.1.2.1

Matthew T. Kromer matt@digicool.com
Tue, 29 May 2001 09:25:44 -0400 (EDT)


Update of /cvs-repository/Zope2/doc/changenotes
In directory korak.digicool.com:/tmp/cvs-serv5174

Added Files:
      Tag: ajung-dropin-registry
	010516-2.4-unicode.stx 
Log Message:
unicode change



--- Added File 010516-2.4-unicode.stx in package Zope2 ---
CHANGE
	
	010516-2.4-unicode	

DEVELOPMENT BRANCH TAG

	(trunk)

DESCRIPTION

	This change adds the unicode functions 'unichr()' and 'unicode()' 
	to the list of restricted python methods allowed from '_' and other
	places.

AFFECTED MODULES

	- RestrictedPython/Guards.py

	- Products/OFSP/help/dtml-funcs.stx

API CHANGES

	The namespace '_' will now allow the methods 'unichr(num)' and
	'unicode(string, encoding, error)' as methods.  These are
	base python functions for creating unicode strings.

NONAPI CHANGES

	The Python manual descriptons of these two functions was added
	to the Help file for dtml functions.