From: Yukihiro Matsumoto Date: 2004-12-01T02:41:31+09:00 Subject: Re: [OFF] Python 2.4 released Hi, In message "Re: [OFF] Python 2.4 released" on Wed, 1 Dec 2004 02:35:02 +0900, Zach Dennis writes: |(ruby does/has) 1 PEP 218: Built-In Set Objects We have. Not built-in, though. |(dont know) 3 PEP 289: Generator Expressions We have enumerator module. |(ruby does/has?)5 PEP 318: Decorators for Functions and Methods Partially. |(ruby dont have) 8 PEP 327: Decimal Data Type We have bigdecimal. |(dont know) 10 PEP 331: Locale-Independent Float/String Conversions Partially. matz.