Search Discussions
-
448
PEP0238 lament
Before going further in attempting to contribute to the discussions of Pep238 (or case sensitivty) allow be to present my credentials. None, to speak of. Except that I've been through the program. ...Arthur_Siegel
Jul 22, 2001 at 4:01 pm
Aug 7, 2001 at 7:03 am -
LANGUAGE CHANGE AND CODE BREAKS --with particular reference to Python and recent discussions in comp.lang.python Terry J. Reedy, tjreedy at udel.edu July 10, 2001 Summary: After discussing two ...
Terry Reedy
Jul 11, 2001 at 12:55 am
Nov 12, 2001 at 4:25 pm -
214
Is Python Dead?
I have been following Python for five years now, and I am still just as frustrated with it as I was in 1996. Python still doesn't have good database support, nor has it grown to be useful in the web ...Edward B. Wilson II
Jul 2, 2001 at 4:42 am
Jul 25, 2001 at 4:16 am -
Hi, I am currently familiar with Perl, C, and Java and am looking at Python. I have some questions about its "strong-typedness" (or lack thereof). To me, the benefit of Java or Python over Perl comes ...
John Goerzen
Jul 27, 2001 at 1:54 pm
Aug 14, 2001 at 9:26 pm -
<disclaimer I'm an inveterate lurker, and I've followed the progress of Python for the last couple of years from the background -- writing programs for my own benefit, but nothing for the use of the ...
Margg
Jul 25, 2001 at 2:05 pm
Aug 22, 2001 at 3:09 am -
During the debate on changing int/int to give a float result, some proponents appeared to question the usefulness of integer quotients. Opponents of the change gave calculation of array indexes, ...
Terry Reedy
Jul 23, 2001 at 12:55 am
Aug 2, 2001 at 6:54 am -
Here's a completely revised version of PEP 238. It contains a long motivational section, a clear specification of what will happen, and a discussion of rejected alternatives, a list of open issues, a ...
Guido van Rossum
Jul 26, 2001 at 10:09 pm
Aug 7, 2001 at 4:38 pm -
When I released Python 2.2a1, the type/class unification feature was announced as TENTATIVE. It's been a while now (feels like a year, although I realize it's only been 10 days :), and I would like ...
Guido van Rossum
Jul 28, 2001 at 3:35 pm
Aug 28, 2001 at 3:26 am -
103
2.2 features
I can't believe the quantity of discussion (still) going on over the div thing! And meanwhile, 2.2a1 is out, and there are far more interesting things happening to our little language. Isn't there ...Nick Perkins
Jul 23, 2001 at 8:55 am
Aug 10, 2001 at 7:11 am -
For those interested in the future of the division operator a la PEP 238, I've produced a reasonably complete patch (relative to the CVS trunk, but it probably also works for the descr-branch or the ...
Guido van Rossum
Jul 22, 2001 at 4:36 am
Aug 20, 2001 at 12:39 pm -
In the ecosystem of programming languages I think that the argument "Oh you can't change that as it will break all my existing code" should not be used to stagnate the evolution of a language ... and ...
Ben C
Jul 28, 2001 at 12:07 pm
Aug 10, 2001 at 2:38 pm -
I just compared the speed of Python, Perl, Java, C to do simple numerical calculations. Python is the slowest: took 150 times of time than C, Perl about 60 times, Java is 4.5 times. The source code ...
Xu, C.S.
Jul 17, 2001 at 8:38 pm
Aug 3, 2001 at 12:07 am -
I apologize for my poor English -- I don't know what you mean by "an affection" or "an affect". Consulting a dictionary didn't help, but I'm guessing that you mean something that gets in your way ...
Guido van Rossum
Jul 19, 2001 at 8:30 pm
Jul 27, 2001 at 8:26 pm -
I have a simple problem, but one that, without some optimization, might hurt the performance of my project. To sum it up, I have two lists, we'll call them list A and list B, both lists contain only ...
Jay Parlar
Jul 16, 2001 at 1:19 pm
Jul 21, 2001 at 5:47 am -
Why not make the operator // do what the -old- division operator did, so that the only change that has to be made for backwards compatibility is replace all /'s with //'s? Matt Feinstein ...
Matt Feinstein
Jul 23, 2001 at 6:35 pm
Jul 28, 2001 at 7:03 pm -
What's the best way to translate this perl snippet into python: ($f1, $f2, $f3, $f4, $f5, $f6) = split ('\s+', $line); The obvious translation would be: [f1, f2, f3, f4, f5, f6] = string.split (line) ...
Roy Smith
Jul 14, 2001 at 2:11 am
Jul 21, 2001 at 8:29 pm -
it doesn't matter what the leadership says is right. The popular vote is against the stupid float '/' operator. MDFL you are wrong! Give up gracefully now! -- Robin Becker
Robin Becker
Jul 23, 2001 at 10:48 pm
Aug 2, 2001 at 1:06 pm -
The following re is (I think) the description of a legitimate IP addess in "quad" format (IPV4). My question is, can it be made even shorter? ipquad = r"^((\d\d?\d?\.){3}(\d\d?\d?))$" -- ...
Tim Daneliuk
Jul 15, 2001 at 7:00 pm
Jul 27, 2001 at 10:18 am -
hi, ( In relation to my previous post about user authentication using SOAP, I got another simple question. ) Does anybody have any thoughts about SOAP, especially SOAPpy ( it looks very nice, simple ...
Thomas Weholt
Jul 25, 2001 at 2:21 pm
Jul 30, 2001 at 2:51 pm -
Please comment... -- PEP: 0263 (?) Title: Defining Unicode Literal Encodings Version: $Revision: 1.0 $ Author: mal at lemburg.com (Marc-Andr? Lemburg) Status: Draft Type: Standards Track ...
M.-A. Lemburg
Jul 13, 2001 at 12:03 pm
Jul 18, 2001 at 3:57 am -
After having been through two rounds of comments with the "Unicode Literal Encoding" pre-PEP, it has turned out that people actually prefer to go for the full Monty meaning that the PEP should handle ...
M.-A. Lemburg
Jul 17, 2001 at 10:08 am
Aug 12, 2001 at 10:45 pm -
*** Python Is Really "Middleware" *** Tim Daneliuk Copyright (c) 2001, TundraWare Inc. Feel free to pass it around however you like, so long as you don't change, delete, or add anything, and preserve ...
Tim Daneliuk
Jul 31, 2001 at 9:50 am
Aug 7, 2001 at 3:58 am -
I am wondering if there is a straight forward license which I can use for python code I plan to distribute. Is there a standard header, or possibly a link that can be placed in a header which ...
Neil Macneale
Jul 7, 2001 at 8:46 pm
Jul 13, 2001 at 10:53 pm -
Here's a new revision of PEP 238. I've incorporated clarifications of issues that were brought up during the discussion of rev 1.10 -- from typos via rewording of ambiguous phrasing to the addition ...
Guido van Rossum
Jul 27, 2001 at 7:48 pm
Aug 6, 2001 at 5:00 am -
I have read the following book which gives C/C++ heavy bashing http://www.elj.com/cppcv3/ Conclusion is to use Java or even better choice is Eiffel Should I stop using Python and jump on Eiffel wagon ...
Tomasz Stochmal
Jul 3, 2001 at 9:00 am
Jul 22, 2001 at 12:45 pm -
Once these numeric changes are all implemented, if I define a complex constant with either integer real or imaginary parts, e.g. c = 1+2.1j d = 1.2+5j e = 4+7j should I get an integer back (exact) or ...
Skip Montanaro
Jul 27, 2001 at 3:54 pm
Aug 8, 2001 at 2:43 pm -
For amusement, run this little script which demonstrates a near ultimate in the lack of type safety in the language. (Perhaps there is a bit of type safety in that you can't do this: 4 + "one") But ...
Dennis Roark
Jul 13, 2001 at 7:32 am
Jul 16, 2001 at 6:32 pm -
To the Snake's Den: This is a continuation to an earlier post "Is Python Dead". Perhaps my previous title was a bit loud and over the top. In response to being accused a Troll, I want to say that ...
Edward Wilson
Jul 6, 2001 at 4:20 pm
Jul 13, 2001 at 10:53 am -
Can you do this: answer = [] for x in my_list: if not is_good(x): break answer.append(process(x)) with a list comprehension somehow? I'm starting to dislike explicit for loops just for the purposes ...
Kevin Lacker
Jul 26, 2001 at 2:44 pm
Aug 9, 2001 at 9:35 am -
26
Python speed
python is way slower than c. that's no big deal. but: 1. is python slower than perl 2. is python slower than ruby 3. is python slower than lua (some kind of scripting language) i want to know if ...Tyler spivey
Jul 10, 2001 at 4:51 pm
Jul 13, 2001 at 9:01 pm -
Python Bug Report #437395 states: The rfc822 and smtplib modules need to be checked for conformance with RFC 2822, which obsoletes RFC 822. (Added this to the tracker so we don't lose track of this.) ...
Phil hunt
Jul 8, 2001 at 7:20 pm
Aug 9, 2001 at 4:12 pm -
Hi all, Having spent (wasted?) far too much time reading everyone's opinion of the new division proposal, I have come to the following conclusions: 1) Everyone seems to agree that having both kinds ...
Chris Barker
Jul 23, 2001 at 11:50 pm
Jul 27, 2001 at 11:15 pm -
Hi, I'm very new to combinatorics (in fact my interest has only arisen from a problem in a magazine) and have been scouring the net for help with said problem. The difficuly is phrasing the question ...
Donovan Hide
Jul 13, 2001 at 2:36 pm
Jul 24, 2001 at 5:24 pm -
I have been quite happy working with Python, and have become quite evangelical in my support for this language and its excellent user community. One area in which I believe Python to be very lacking ...
Robin
Jul 2, 2001 at 8:25 pm
Jul 12, 2001 at 5:53 pm -
Is there a class that simplifies high-level argument decoding under the control of a template? Such a class would take a string as a template and the arg list and return another list populated with ...
Dale Strickland-Clark
Jul 31, 2001 at 3:20 pm
Aug 7, 2001 at 5:04 am -
This is a small draft of mine, still unnumbered. It deals with some of the issues associated with PEP 2, namely: - the definition of the "Standard Library"; - some considerations about OS ...
Carlos Ribeiro
Jul 2, 2001 at 12:45 am
Jul 4, 2001 at 9:54 pm -
Hi again, folks, So, I dug deeper and found out that two threads were apparently struggling to get xml.sax.__init__ module to execute a very suspect __import__("xml.sax.expatreader"). Further digging ...
Victor Bazarov
Jul 26, 2001 at 12:45 am
Jul 30, 2001 at 5:05 pm -
All this heated discussion over floats has led me to wonder if we need to lighten up a little bit and celebrate the fact that were close to 100,000 (94,100 as of this moment) messages on this ...
Gods1child
Jul 29, 2001 at 6:52 pm
Aug 13, 2001 at 4:35 pm -
OK, I've become fairly comfortable with defining my own classes and subclassing other classes and so on... Now I'm wanting to create some of my own exceptions. I've searched comp.lang.python at ...
Sheila King
Jul 22, 2001 at 3:20 am
Jul 24, 2001 at 4:37 pm -
Ok well I dont quite grasp the Lambda concept heres an example. def mult(x,y): return x * y f = reduce(lambda x,y: x*y,n) print f *NOTE The varible N is defined in the code before this excerpt. ...
EricIDLE
Jul 12, 2001 at 3:27 am
Jul 14, 2001 at 11:10 pm -
Hello, Latest Guido's decisions about xrange, / vs. div, etc, gave an interesting idea which, probably, will find some followers. The idea is to create Eternal programming style (or language - I am ...
Roman Suzi
Jul 7, 2001 at 12:42 pm
Jul 12, 2001 at 3:04 pm -
Hi folks, I've been working on a text for PEP 2. Currently, PEP 2 is a 3 line text written by Eric Raymond: http://python.sourceforge.net/peps/pep-0002.html Tim Peters suggested we fleshed it out, so ...
Martijn Faassen
Jul 4, 2001 at 7:24 pm
Jul 10, 2001 at 3:56 pm -
After enduring the PEP 238 threads for far too long, as well as other threads, I've come to the conclusion that Python is simply too unstable for real use. Now, I've got a slightly different ...
John Roth
Jul 25, 2001 at 6:51 pm
Aug 15, 2001 at 2:16 pm -
Does it bother anyone that a *= 3 + 4 returns a different value from a = a * 3 + 4 ?? -- Emile van Sebille emile at fenx.com ---------
Emile van Sebille
Jul 11, 2001 at 12:12 pm
Aug 15, 2001 at 6:26 am -
I am reading in a phone number field and would like to throw away everything except the digits. Being an old C programmer, I know how I would do this. Even with my limited knowledge of Python, I know ...
Lindstrom Greg - glinds
Jul 5, 2001 at 4:15 pm
Jul 6, 2001 at 5:33 pm -
I've been using Python off and on for over two years. I've been teaching my wife Python, and she recently asked me how/where she should use import. I realized that I have no idea what the best idioms ...
Tom Bryan
Jul 28, 2001 at 4:13 pm
Aug 6, 2001 at 4:01 am -
Here's a scenario: I--one of those professional programmers--write a Python script for someone who runs a business, or a non-profit, or an agency, to run on their CGI webserver. This client knows not ...
Lulu of the Lotus-Eaters
Jul 18, 2001 at 12:09 am
Jul 22, 2001 at 1:43 am -
I've always wondered why the interpreter was so, uhm...difficult, even compared to wish (tcl). I like to mess around and improvise in the interpreter, but find that it is so feature-starved that it ...
Kevin parks
Jul 19, 2001 at 10:24 am
Jul 27, 2001 at 10:23 pm -
Hello all! I'm trying to write a script that will open a file, delete the first line, and then save the file with the same name. Can someone please point me in the right direction? Thanks! Why am I ...
Chris McMillan
Jul 9, 2001 at 9:01 pm
Jul 12, 2001 at 11:25 pm -
"Roman Suzi" <rnd at onego.ru wrote in message news:mailman.994100826.19440.python-list at python.org... Internet Information Server (IIS) serves webpages, including Active Server Pages (ASP), but ...
Alex Martelli
Jul 2, 2001 at 9:20 pm
Jul 6, 2001 at 7:59 pm
Group Overview
group | python-list |
categories | python |
discussions | 934 |
posts | 6,506 |
users | 1,055 |
website | python.org |
1,055 user for July 2001
Archives
- September 2015 (591)
- August 2015 (1,058)
- July 2015 (1,440)
- June 2015 (1,704)
- May 2015 (1,841)
- April 2015 (1,231)
- March 2015 (1,717)
- February 2015 (1,612)
- January 2015 (889)
- December 2014 (1,283)
- November 2014 (1,600)
- October 2014 (1,447)
- September 2014 (1,031)
- August 2014 (1,867)
- July 2014 (1,618)
- June 2014 (1,357)
- May 2014 (1,431)
- April 2014 (1,285)
- March 2014 (2,093)
- February 2014 (1,999)
- January 2014 (2,089)
- December 2013 (2,060)
- November 2013 (2,507)
- October 2013 (1,932)
- September 2013 (1,634)
- August 2013 (1,532)
- July 2013 (2,062)
- June 2013 (2,795)
- May 2013 (1,935)
- April 2013 (1,980)
- March 2013 (1,953)
- February 2013 (1,789)
- January 2013 (1,924)
- December 2012 (1,569)
- November 2012 (1,579)
- October 2012 (1,961)
- September 2012 (2,311)
- August 2012 (1,808)
- July 2012 (1,577)
- June 2012 (1,199)
- May 2012 (1,197)
- April 2012 (1,416)
- March 2012 (1,373)
- February 2012 (1,442)
- January 2012 (1,446)
- December 2011 (1,895)
- November 2011 (1,291)
- October 2011 (1,188)
- September 2011 (1,587)
- August 2011 (2,069)
- July 2011 (2,140)
- June 2011 (1,908)
- May 2011 (2,475)
- April 2011 (2,098)
- March 2011 (1,761)
- February 2011 (1,746)
- January 2011 (2,123)
- December 2010 (1,671)
- November 2010 (2,355)
- October 2010 (2,518)
- September 2010 (2,187)
- August 2010 (3,098)
- July 2010 (2,579)
- June 2010 (3,238)
- May 2010 (2,458)
- April 2010 (2,356)
- March 2010 (2,759)
- February 2010 (3,486)
- January 2010 (3,294)
- December 2009 (2,899)
- November 2009 (3,396)
- October 2009 (3,346)
- September 2009 (3,087)
- August 2009 (3,903)
- July 2009 (3,761)
- June 2009 (3,321)
- May 2009 (3,370)
- April 2009 (4,272)
- March 2009 (4,228)
- February 2009 (3,965)
- January 2009 (4,732)
- December 2008 (4,335)
- November 2008 (3,799)
- October 2008 (4,123)
- September 2008 (3,816)
- August 2008 (4,056)
- July 2008 (4,238)
- June 2008 (3,737)
- May 2008 (4,976)
- April 2008 (4,708)
- March 2008 (4,122)
- February 2008 (4,132)
- January 2008 (4,145)
- December 2007 (3,686)
- November 2007 (3,419)
- October 2007 (4,234)
- September 2007 (4,332)
- August 2007 (4,189)
- July 2007 (3,771)
- June 2007 (4,142)
- May 2007 (5,018)
- April 2007 (4,912)
- March 2007 (4,365)
- February 2007 (3,951)
- January 2007 (3,864)
- December 2006 (4,449)
- November 2006 (4,229)
- October 2006 (5,506)
- September 2006 (5,244)
- August 2006 (4,829)
- July 2006 (4,720)
- June 2006 (5,054)
- May 2006 (5,302)
- April 2006 (4,845)
- March 2006 (5,729)
- February 2006 (4,839)
- January 2006 (5,249)
- December 2005 (5,011)
- November 2005 (5,677)
- October 2005 (5,387)
- September 2005 (4,458)
- August 2005 (4,428)
- July 2005 (4,472)
- June 2005 (4,562)
- May 2005 (4,269)
- April 2005 (5,019)
- March 2005 (5,070)
- February 2005 (5,159)
- January 2005 (5,194)
- December 2004 (5,211)
- November 2004 (4,048)
- October 2004 (5,191)
- September 2004 (5,534)
- August 2004 (6,168)
- July 2004 (4,217)
- June 2004 (4,202)
- May 2004 (3,890)
- April 2004 (4,285)
- March 2004 (5,077)
- February 2004 (4,213)
- January 2004 (3,988)
- December 2003 (3,818)
- November 2003 (4,940)
- October 2003 (6,297)
- September 2003 (4,299)
- August 2003 (5,654)
- July 2003 (4,912)
- June 2003 (4,933)
- May 2003 (4,938)
- April 2003 (5,017)
- March 2003 (5,031)
- February 2003 (7,701)
- January 2003 (6,229)
- December 2002 (4,102)
- November 2002 (4,346)
- October 2002 (3,307)
- September 2002 (4,206)
- August 2002 (4,919)
- July 2002 (4,826)
- June 2002 (4,215)
- May 2002 (5,295)
- April 2002 (5,967)
- March 2002 (5,323)
- February 2002 (5,245)
- January 2002 (5,617)
- December 2001 (4,443)
- November 2001 (4,565)
- October 2001 (3,669)
- September 2001 (3,719)
- August 2001 (5,208)
- July 2001 (6,528)
- June 2001 (4,905)
- May 2001 (5,492)
- April 2001 (4,713)
- March 2001 (4,478)
- February 2001 (3,871)
- January 2001 (4,187)
- December 2000 (3,099)
- November 2000 (2,336)
- October 2000 (3,820)
- September 2000 (3,933)
- August 2000 (4,253)
- July 2000 (4,199)
- June 2000 (4,089)
- May 2000 (4,269)
- April 2000 (3,217)
- March 2000 (3,719)
- February 2000 (4,000)
- January 2000 (2,682)
- December 1999 (2,283)
- November 1999 (1,896)
- October 1999 (2,048)
- September 1999 (2,001)
- August 1999 (2,151)
- July 1999 (2,351)
- June 1999 (2,386)
- May 1999 (2,201)
- April 1999 (1,706)
- March 1999 (6)
- February 1999 (1)