Re: [Python-Dev] Let's just *keep* lambda

2006-02-11 Thread Keith Dart
, when it is installed. http://svn.dartworks.biz/svn/repos/pynms/trunk/lib/nmsbuiltins.py -- -- ~ Keith Dart [EMAIL PROTECTED] public key: ID: 19017044 http://www.dartworks.biz

Re: [Python-Dev] Let's just *keep* lambda

2006-02-10 Thread Keith Dart
to wonder why? Docile little lambdas, so innocent and pure Only wants to function with finality and closure. Cute little lambdas, they really are so sweet When ingested by a Python they make a tasty treat. -- -- ~ Keith Dart

Re: [Python-Dev] threadsafe patch for asynchat

2006-02-08 Thread Keith Dart
. Being a Gentoo Linux user I already enjoy having many modules available, with automatic dependency installation, on demand. So the idea of core library is already blurred for me. -- -- ~ Keith Dart [EMAIL PROTECTED

Re: [Python-Dev] Let's just *keep* lambda

2006-02-08 Thread Keith Dart
Guido van Rossum wrote the following on 2006-02-08 at 10:07 PST: === Note that I'm not participating in any attempts to improve lambda. === FWIW, I like lambda. No need to change it. Thank you. -- -- ~ Keith Dart [EMAIL

Re: [Python-Dev] Is PEP 237 final -- Unifying Long Integers and Integers

2005-06-21 Thread Keith Dart
-ins. -- -- ~ Keith Dart [EMAIL PROTECTED] public key: ID: F3D288E4 = ___ Python-Dev mailing list Python

Re: [Python-Dev] Is PEP 237 final -- Unifying Long Integers and Integers

2005-06-20 Thread Keith Dart
On Mon, 20 Jun 2005, Guido van Rossum wrote: [Keith Dart] In SNMP, for example, a Counter32 is basically an unsigned int, defined as IMPLICIT INTEGER (0..4294967295). One cannot efficiently translate and use that type in native Python. Currently, I have defined an unsigned type as a subclass

Re: [Python-Dev] Is PEP 237 final -- Unifying Long Integers and Integers

2005-06-20 Thread Keith Dart
On Mon, 20 Jun 2005, Keith Dart wrote: But then I wouldn't know if it overflowed 32 bits. In my usage, the integer will be translated to an unsigned (32 bit) integer in another system (SNMP). I want to know if it will fit, and I want to know early if there will be a problem, rather than later

Re: [Python-Dev] Is PEP 237 final -- Unifying Long Integers and Integers

2005-06-19 Thread Keith Dart
will go ahead and do it (if I have time). -- -- ~ Keith Dart [EMAIL PROTECTED] public key: ID: F3D288E4