[ZCM] unsubscribe

Ted Nienstedt tedn@nc.rr.com
Sat, 26 Jul 2003 06:58:08 -0400


-----Original Message-----
From: zope-collector-monitor-admin@zope.org
[mailto:zope-collector-monitor-admin@zope.org] On Behalf Of
zope-collector-monitor-request@zope.org
Sent: Friday, July 25, 2003 12:00 PM
To: zope-collector-monitor@zope.org
Subject: Zope-Collector-Monitor digest, Vol 1 #499 - 1 msg

Send Zope-Collector-Monitor mailing list submissions to
	zope-collector-monitor@zope.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.zope.org/mailman/listinfo/zope-collector-monitor
or, via email, send a message with subject or body 'help' to
	zope-collector-monitor-request@zope.org

You can reach the person managing the list at
	zope-collector-monitor-admin@zope.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Zope-Collector-Monitor digest..."


Today's Topics:

   1. [ZC] 988/ 1 Request "manage_delObjects does not accept tuples"
(Collector: Zope Bugs, Features, and Patches ...)

--__--__--

Message: 1
From: "Collector: Zope Bugs, Features, and Patches ..."
<zope-coders-admin@zope.org>
To: "Paul Winkler" <pw_lists@slinkp.com>, "klm" <klm@zope.com>, "Brian"
<brian@zope.com>, "chrism" <chrism@zope.com>, "Caseman"
<casey@zope.com>, "_Pending_ recipient"
<zope-collector-monitor@zope.org>
Date: Thu, 24 Jul 2003 21:31:42 -0400
Subject: [ZCM] [ZC] 988/ 1 Request "manage_delObjects does not accept
tuples"

Issue #988 Update (Request) "manage_delObjects does not accept tuples"
 Status Pending, Zope/bug+solution low
To followup, visit:
  http://collector.zope.org/Zope/988

==============================================================
= Request - Entry #1 by Anonymous User on Jul 24, 2003 9:31 pm

ObjectManager.manage_delObjects(ids) accepts a list or a string (which
is wrapped in a list).  But giving a tuple raises a TypeError.

Solution: add this as the second line of the method:

         elif type(ids) is type(()): ids=list(ids)

==============================================================




--__--__--

_______________________________________________
Zope-Collector-Monitor mailing list
Zope-Collector-Monitor@zope.org
http://mail.zope.org/mailman/listinfo/zope-collector-monitor


End of Zope-Collector-Monitor Digest