[Twisted-Python] BooleanType support for jelly

Support for jellying <type 'bool'>, new in Python 2.3. The approach and actual values used were taken straight from TwistedJava. This will be Python 2.3 fix #3 if someone tells me it's alright :) Jp -- "There is no reason for any individual to have a computer in their home." -- Ken Olson, President of DEC, World Future Society Convention, 1977 -- 12:00am up 14 days, 9:45, 3 users, load average: 0.15, 0.25, 0.16

On Tue, 31 Dec 2002 21:30:57 -0500 Jp Calderone <exarkun@intarweb.us> wrote:
i'd rather have a boolean type in twisted.python.compat so we can do booleans pre-2.3 as well. ***> http://VoteNoWar.org -- vote/donate/volunteer <***

On Tue, Dec 31, 2002 at 10:01:18PM -0500, Itamar Shtull-Trauring wrote:
That's straight-forward enough, the only thing that changes is where BooleanType is imported from. I was more worried about whether it created any security issues, since I'm not terribly familiar with jelly. Jp
***> http://VoteNoWar.org -- vote/donate/volunteer <***
-- "There is no reason for any individual to have a computer in their home." -- Ken Olson, President of DEC, World Future Society Convention, 1977 -- 12:00am up 14 days, 9:45, 3 users, load average: 0.15, 0.25, 0.16

On Tue, 31 Dec 2002 21:30:57 -0500 Jp Calderone <exarkun@intarweb.us> wrote:
i'd rather have a boolean type in twisted.python.compat so we can do booleans pre-2.3 as well. ***> http://VoteNoWar.org -- vote/donate/volunteer <***

On Tue, Dec 31, 2002 at 10:01:18PM -0500, Itamar Shtull-Trauring wrote:
That's straight-forward enough, the only thing that changes is where BooleanType is imported from. I was more worried about whether it created any security issues, since I'm not terribly familiar with jelly. Jp
***> http://VoteNoWar.org -- vote/donate/volunteer <***
-- "There is no reason for any individual to have a computer in their home." -- Ken Olson, President of DEC, World Future Society Convention, 1977 -- 12:00am up 14 days, 9:45, 3 users, load average: 0.15, 0.25, 0.16
participants (3)
-
Itamar Shtull-Trauring
-
Jeff Epler
-
Jp Calderone