Re: [Zope] Cann't we use 'get' as object name in Zope 2.12 ?

2010-01-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Baiju M wrote: > Hi, > Any idea about this ? > app.manage_addFolder('get') > Traceback (most recent call last): > File "", line 1, in > File > "/opt/baiju/zesite/eggs/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/Folder.py", > line 51, in manag

Re: [Zope] Cann't we use 'get' as object name in Zope 2.12 ?

2010-01-27 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Baiju M wrote: > Hi, > Any idea about this ? I think there is a filter checking for names that could lead to name clashes through acquisition. - -aj -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla -

[Zope] Cann't we use 'get' as object name in Zope 2.12 ?

2010-01-27 Thread Baiju M
Hi, Any idea about this ? >>> app.manage_addFolder('get') Traceback (most recent call last): File "", line 1, in File "/opt/baiju/zesite/eggs/Zope2-2.12.1-py2.6-linux-i686.egg/OFS/Folder.py", line 51, in manage_addFolder self._setObject(id, ob) File "/opt/baiju/zesite/eggs/Zope2-2.