Re: [Python-Dev] Python-Dev Digest, Vol 179, Issue 21

2018-06-14 Thread casanova yassine
The Jseries acknowlegement by using Jetty containers can get you a best resolution To python wheel asynchronism bugs Envoyé à partir d’un Smarpthone Android avec GMX Mail. Le 14/06/2018, 4:00 PM python-dev-requ...@python.org a écrit: On 13 Jun 2018, at 15:42, Nick Coghlan mailto:ncogh...@gmail

Re: [Python-Dev] Python-Dev Digest

2017-02-14 Thread 陈 氏
help From: Python-Dev on behalf of python-dev-requ...@python.org Sent: Wednesday, February 15, 2017 1:00:05 AM To: python-dev@python.org Subject: Python-Dev Digest, Vol 163, Issue 20 Send Python-Dev mailing list submissions to python-dev@python.org To

Re: [Python-Dev] Python-Dev Digest, Vol 159, Issue 27

2016-10-20 Thread Wang, Peter Xihong
Hi Victor, Thanks for the great contribution to the unified benchmark development! In addition to the OutReachy program that we are currently supporting, let us know how else we could help out in this effort. Other than micros and benchmarking ideas, we'd also like to hear suggestions from t

Re: [Python-Dev] Python-Dev Digest, Vol 140, Issue 6

2015-03-05 Thread SHAHRUKH KHAN
i think it's time to rename math module to math.py module On Thu, Mar 5, 2015 at 4:30 PM, wrote: > Send Python-Dev mailing list submissions to > python-dev@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/python-d

Re: [Python-Dev] Python-Dev Digest, Vol 129, Issue 81

2014-04-28 Thread Terry Reedy
On 4/28/2014 5:01 PM, Brett Cannon wrote: On Mon Apr 28 2014 at 4:58:35 PM, Mike Miller mailto:python-...@mgmiller.net>> wrote: Hi, note the pep, it makes allowances for security enhancements. The PEP in question is about fixing fundamentally broken security issues in Python 2.7 (e.g. up

Re: [Python-Dev] Python-Dev Digest, Vol 129, Issue 81

2014-04-28 Thread Brett Cannon
On Mon Apr 28 2014 at 4:58:35 PM, Mike Miller wrote: > Hi, note the pep, it makes allowances for security enhancements. > The PEP in question is about fixing fundamentally broken security issues in Python 2.7 (e.g. updating OpenSSL). Tweaking where Python is installed by default on Windows is no

Re: [Python-Dev] Python-Dev Digest, Vol 129, Issue 81

2014-04-28 Thread Mike Miller
Hi, note the pep, it makes allowances for security enhancements. -Mike > Message: 5 Date: Mon, 28 Apr 2014 20:23:12 +0200 > From: Antoine Pitrou > To: python-dev@python.org Subject: > Re: [Python-Dev] Python 2.7.7. on Windows > Message-ID: <20140428202312.6903d62a@fsol> > Regardless of whether

Re: [Python-Dev] Python-Dev Digest, Vol 129, Issue 6

2014-04-07 Thread Chris Angelico
On Mon, Apr 7, 2014 at 5:15 PM, Kells Pablo wrote: > HELLO... > > !thank you for all the cooperation and emails send. i would like that you > now stop sending them.. > > thank you in advance > > On Fri, Apr 4, 2014 at 4:22 PM, wrote: >> >> Send Python-Dev mailing list submissions to >> py

Re: [Python-Dev] Python-Dev Digest, Vol 125, Issue 5

2013-12-05 Thread Fil Mackay
Hi Antoine, > I've found that libffi does support this type, but sadly ctypes and cffi > do > > not. Adding to ctypes does not seem to be trivial, since the description > of > > an integer type is limited to a single character ("q" in the case of long > > long). "q" is considered to be a length of

Re: [Python-Dev] Python-Dev Digest, Vol 112, Issue 23

2012-11-14 Thread Peter Harris
Chris Withers wrote: > On 14/11/2012 09:58, Merlijn van Deen wrote: > > On 14 November 2012 10:12, Chris Withers wrote: > >> ...which made me a little sad > > > > Why did it make you sad? dict() takes 0.2?s, {} takes 0.04?s. In other > > words: you can run dict() _five million_ times per second,

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 14

2012-07-12 Thread R. David Murray
On Thu, 12 Jul 2012 03:34:20 -0700, Ryan Paullin wrote: > $ python -m timeit -s 'import test' 'list(test.grouper(2,"abcdef"))' > 10 loops, best of 3: 5.34 usec per loop > $ python -m timeit -s 'import test' 'test.grouper(2,"abcdef")' > 10 loops, best of 3: 2.19 usec per loop > $ python -m

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 14

2012-07-12 Thread Ryan Paullin
$ python -m timeit -s 'import test' 'list(test.grouper(2,"abcdef"))' 10 loops, best of 3: 5.34 usec per loop $ python -m timeit -s 'import test' 'test.grouper(2,"abcdef")' 10 loops, best of 3: 2.19 usec per loop $ python -m timeit -s 'import test' 'list(test.chunks(2,"abcdef"))' 10 loop

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 14

2012-07-12 Thread Ryan Paullin
<- its just my gmail face On Thu, Jul 12, 2012 at 3:30 AM, Ryan Paullin wrote: > looks like theres no forgiveness except for dj yoda > > > On Thu, Jul 12, 2012 at 3:00 AM, wrote: > >> Send Python-Dev mailing list submissions to >> python-dev@python.org >> >> To subscribe or unsubscribe

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 14

2012-07-12 Thread Ryan Paullin
looks like theres no forgiveness except for dj yoda On Thu, Jul 12, 2012 at 3:00 AM, wrote: > Send Python-Dev mailing list submissions to > python-dev@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/python-dev > o

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 7

2012-07-10 Thread Ryan Paullin
spoke too early on its done sorry On Tue, Jul 10, 2012 at 2:04 PM, Ryan Paullin wrote: > thanks for the reply hastings ive been working on a loopback interface its > done > > > On Fri, Jul 6, 2012 at 3:00 AM, wrote: > >> Send Python-Dev mailing list submissions to >> python-dev@python.o

Re: [Python-Dev] Python-Dev Digest, Vol 108, Issue 7

2012-07-10 Thread Ryan Paullin
thanks for the reply hastings ive been working on a loopback interface its done On Fri, Jul 6, 2012 at 3:00 AM, wrote: > Send Python-Dev mailing list submissions to > python-dev@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mail

Re: [Python-Dev] Python-Dev Digest, Vol 104, Issue 79

2012-03-22 Thread Peter Harris
> > On 03/21/2012 07:39 PM, Huan Do wrote: > > *Hi, > > > > I am a graduating Berkeley student that loves python and would like to > > propose an enhancement to python. My proposal introduces a concept of > > slicing generator. For instance, if one does x[:] it returns a list > > which is a c

Re: [Python-Dev] Python-Dev Digest, Vol 102, Issue 35

2012-01-16 Thread Steven D'Aprano
python wrote: jbk [snip 560+ lines of quoted text] Please delete irrelevant text when replying to digests, and replace the subject line with a meaningful subject. -- Steven ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/

Re: [Python-Dev] Python-Dev Digest, Vol 102, Issue 35

2012-01-16 Thread python
jbk python-dev-requ...@python.org编写: >Send Python-Dev mailing list submissions to > python-dev@python.org > >To subscribe or unsubscribe via the World Wide Web, visit > http://mail.python.org/mailman/listinfo/python-dev >or, via email, send a message with subject or body 'help' to >

Re: [Python-Dev] Python-Dev Digest, Vol 99, Issue 7

2011-10-04 Thread Peter Harris
> > Hello Python Developers, > > I am a Program Manager with the Ecosystem Engineering team at Microsoft. We are tracking a issue with Python 3.2.2 on Windows Developer Preview when > using Internet Explorer. > [...] > I'd like to connect directly with a developer on the project so that we can > w

Re: [Python-Dev] Python-Dev Digest, Vol 92, Issue 156

2011-03-25 Thread Nick Efford
On Fri, 25 Mar 2011, python-dev-requ...@python.org wrote: Send Python-Dev mailing list submissions to python-dev@python.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.python.org/mailman/listinfo/python-dev or, via email, send a message with subject or bo

Re: [Python-Dev] Python-Dev Digest, Vol 85, Issue 71

2010-08-24 Thread John Nagle
On 8/24/2010 12:40 AM, python-dev-requ...@python.org wrote: Message: 4 Date: Mon, 23 Aug 2010 17:21:50 -0700 From: Brett Cannon It is also non-obvious to any beginner. Are we really going to want to propagate the knowledge of this trick as a fundamental idiom? I would rather leave hasattr in tha

Re: [Python-Dev] Python-Dev Digest, Vol 84, Issue 112

2010-07-24 Thread John Nagle
Date: Sat, 24 Jul 2010 23:59:14 +0200 From:sch...@gmail.com To: Barry Warsaw Cc: Ronald Oussoren,python-dev@python.org Subject: Re: [Python-Dev] versioned .so files for Python 3.2 Message-ID:<87aapgbky5@brainbot.com> Content-Type: text/plain; charset=us-ascii Barry Warsaw writes: > On Jul

Re: [Python-Dev] Python-Dev Digest, Vol 81, Issue 31

2010-04-11 Thread Denis Kolodin
On Sun Apr 11 03:23:21 CEST 2010 Terry Reedy wrote: > I believe speculative proposals like this fit better on the python-list or >python-ideas list. I see. Thank you :) Denis Kolodin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.

Re: [Python-Dev] Python-Dev Digest, Vol 81, Issue 31

2010-04-10 Thread Terry Reedy
On 4/10/2010 2:53 PM, Denis Kolodin wrote: The first thing I want to say about is an extension of CSV api. I believe speculative proposals like this fit better on the python-list or python-ideas list. tjr ___ Python-Dev mailing list Python-Dev@py

Re: [Python-Dev] Python-Dev Digest, Vol 81, Issue 31

2010-04-10 Thread Denis Kolodin
Hello! My name is Denis Kolodin. I live in Russia, Tambov. I was developing much time with C, Java, C#, R. But two month ago I'm using Python. It's really cool. Now, I move ALL my projects to it fully and have some ideas which API's extensions may will be useful. The first thing I want to say about

Re: [Python-Dev] Python-Dev Digest, Vol 76, Issue 114

2009-11-13 Thread wa2n39
Please don't send me again this email --Pesan Asli-- Dari:python-dev-requ...@python.org Pengirim:python-dev-bounces+wa2n39=gmail@python.org Ke:python-dev@python.org Balas Ke:python-dev@python.org Perihal:Python-Dev Digest, Vol 76, Issue 114 Terkirim:13 Nov 2009 03:00 Send Python-Dev

Re: [Python-Dev] Python-Dev Digest, Vol 76, Issue 87

2009-11-10 Thread wa2n39
Stop email Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: python-dev-requ...@python.org Date: Tue, 10 Nov 2009 23:09:45 To: Subject: Python-Dev Digest, Vol 76, Issue 87 Send Python-Dev mailing list submissions to python-dev@python.org To subscr

Re: [Python-Dev] Python-Dev Digest, Vol 76, Issue 83

2009-11-10 Thread wa2n39
Unreg --Pesan Asli-- Dari:python-dev-requ...@python.org Pengirim:python-dev-bounces+wa2n39=gmail@python.org Ke:python-dev@python.org Balas Ke:python-dev@python.org Perihal:Python-Dev Digest, Vol 76, Issue 83 Terkirim:10 Nov 2009 03:00 Send Python-Dev mailing list submissions to

Re: [Python-Dev] Python-Dev Digest, Vol 69, Issue 143

2009-04-17 Thread Mark Dickinson
On Fri, Apr 17, 2009 at 3:58 PM, Scott David Daniels wrote: > Non-associativity is what makes for floating point headaches. > To my knowledge, floating point is at least commutative. Well, mostly. :-) >>> from decimal import Decimal >>> x, y = Decimal('NaN123'), Decimal('-NaN456') >>> x + y Deci

Re: [Python-Dev] Python-Dev Digest, Vol 69, Issue 143

2009-04-17 Thread Scott David Daniels
Greg Ewing wrote: Steven D'Aprano wrote: it should be obvious in the same way that string concatenation is different from numerical addition: 1 + 2 = 2 + 1 '1' + '2' != '2' + '1' However, the proposed arithmetic isn't just non- commutative, it's non-associative, which is a much rarer and mor

Re: [Python-Dev] Python-Dev Digest, Vol 69, Issue 143

2009-04-16 Thread Greg Ewing
Steven D'Aprano wrote: it should be obvious in the same way that string concatenation is different from numerical addition: 1 + 2 = 2 + 1 '1' + '2' != '2' + '1' However, the proposed arithmetic isn't just non- commutative, it's non-associative, which is a much rarer and more surprising thing

Re: [Python-Dev] Python-Dev Digest, Vol 69, Issue 143

2009-04-16 Thread Steven D'Aprano
On Fri, 17 Apr 2009 12:10:59 pm Tennessee Leeuwenburg wrote: > Actually, that's a point. > > If its' the 31st of Jan, then +1 monthdelta will be 28 Feb and > another +1 will be 28 March whereas 31st Jan +2 monthdeltas will be > 31 March. > > That's the kind of thing which really needs to be documen

Re: [Python-Dev] Python-Dev Digest, Vol 69, Issue 143

2009-04-16 Thread skip
Tennessee> If its' the 31st of Jan, then +1 monthdelta will be 28 Feb Tennessee> and another +1 will be 28 March whereas 31st Jan +2 Tennessee> monthdeltas will be 31 March. Other possible arithmetics: * 31 Jan 2008 + monthdelta(2) might be 31 Jan 2008 + 31 days (# days i

Re: [Python-Dev] Python-Dev Digest, Vol 69, Issue 143

2009-04-16 Thread Tennessee Leeuwenburg
Actually, that's a point. If its' the 31st of Jan, then +1 monthdelta will be 28 Feb and another +1 will be 28 March whereas 31st Jan +2 monthdeltas will be 31 March. That's the kind of thing which really needs to be documented, or I think people really will make mistakes. For example, should a

Re: [Python-Dev] Python-Dev Digest, Vol 69, Issue 143

2009-04-16 Thread Greg Ewing
Jess Austin wrote: This is a perceptive observation: in the absence of parentheses to dictate a different order of operations, the third quantity will differ from the second. Another aspect of this is the use case mentioned right at the beginning of this discussion concerning a recurring event

Re: [Python-Dev] Python-Dev Digest, Vol 69, Issue 143

2009-04-16 Thread Jess Austin
Jared Grubb wrote: > On 16 Apr 2009, at 11:42, Paul Moore wrote: >> The key thing missing (I believe) from dateutil is any equivalent of >> monthmod. > > > I agree with that. It's well-defined and it makes a lot of sense. +1 > > But, I dont think monthdelta can be made to work... what should the >

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-20 Thread Oleg Broytmann
On Sun, Jan 20, 2008 at 07:34:02PM +0100, Jan Claeys wrote: > Op zondag 20-01-2008 om 20:46 uur [tijdzone +0300], schreef Oleg > Broytmann: > > On Sun, Jan 20, 2008 at 06:46:31PM +0100, Jan Claeys wrote: > > > Op woensdag 16-01-2008 om 02:33 uur [tijdzone +0100], schreef Christian > > > Heimes: >

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-20 Thread Jan Claeys
Op zondag 20-01-2008 om 20:46 uur [tijdzone +0300], schreef Oleg Broytmann: > On Sun, Jan 20, 2008 at 06:46:31PM +0100, Jan Claeys wrote: > > Op woensdag 16-01-2008 om 02:33 uur [tijdzone +0100], schreef Christian > > Heimes: > > > ~/Library/ is a Mac OS X thing. I haven't seen it on other Unix sy

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-20 Thread Oleg Broytmann
On Sun, Jan 20, 2008 at 06:46:31PM +0100, Jan Claeys wrote: > Op woensdag 16-01-2008 om 02:33 uur [tijdzone +0100], schreef Christian > Heimes: > > Bill Janssen wrote: > > > Good point, but I prefer ~/Library/Python to either of these. > > > > ~/Library/ is a Mac OS X thing. I haven't seen it on

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-20 Thread Jan Claeys
Op woensdag 16-01-2008 om 02:33 uur [tijdzone +0100], schreef Christian Heimes: > Bill Janssen wrote: > > Good point, but I prefer ~/Library/Python to either of these. > > ~/Library/ is a Mac OS X thing. I haven't seen it on other Unix systems. There is (at least) one linux distro using it, but

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-16 Thread Titus Brown
On Thu, Jan 17, 2008 at 06:12:52AM +0900, Stephen J. Turnbull wrote: -> Bill Janssen writes: -> > > >> ~/Library/ is a Mac OS X thing. -> > > -> > > Bill> Sure, but it's clearly where this should be on an OS X system, by -> > > Bill> default. -> -> > > [etc.] -> -> > [tocatta

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-16 Thread Stephen J. Turnbull
Bill Janssen writes: > > >> ~/Library/ is a Mac OS X thing. > > > > Bill> Sure, but it's clearly where this should be on an OS X system, by > > Bill> default. > > [etc.] > [tocatta and fugue ad lib] Doesn't Apple publish standards for this? They do for everything else, it se

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-16 Thread Bill Janssen
> >> ~/Library/ is a Mac OS X thing. > > Bill> Sure, but it's clearly where this should be on an OS X system, by > Bill> default. > > I think only for stuff that is a Mac-ish GUI app type of thing and/or that > plays with Mac's distinct APIs (Carbon, Cocoa, whatever). Would you > i

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-16 Thread skip
>> ~/Library/ is a Mac OS X thing. Bill> Sure, but it's clearly where this should be on an OS X system, by Bill> default. I think only for stuff that is a Mac-ish GUI app type of thing and/or that plays with Mac's distinct APIs (Carbon, Cocoa, whatever). Would you install, for exa

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Christian Heimes
Bill Janssen wrote: > Sure, but it's clearly where this should be on an OS X system, by > default. And I'm sure there's a different "best place" on Windows > (for instance, all of our accounts are network roaming accounts, and > you don't want to put anything in ~). And there are probably various

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Bill Janssen
> Bill Janssen wrote: > > Good point, but I prefer ~/Library/Python to either of these. > > ~/Library/ is a Mac OS X thing. I haven't seen it on other Unix systems. > I *could* add yet another environment variable PYTHONUSERHOME to set the > base path but I prefer not. > > Christian Sure, but it

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Christian Heimes
Bill Janssen wrote: > Good point, but I prefer ~/Library/Python to either of these. ~/Library/ is a Mac OS X thing. I haven't seen it on other Unix systems. I *could* add yet another environment variable PYTHONUSERHOME to set the base path but I prefer not. Christian _

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Bill Janssen
Oleg Broytmann writes: > On Wed, Jan 16, 2008 at 06:31:42AM +0900, Stephen J. Turnbull wrote: > > I think both for UI reasons (given above) and for API reasons (given > > by others) there should be a separate ~/SOMETHING/{bin,etc,lib,share} > > hierarchy for user-specific packaged contents. I like

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread skip
Oleg>Why not use GNU stow? Thanks for the reference. I'd never heard of it before. I suspect our IT folks may not have as well. Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscr

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Stephen J. Turnbull
Oleg Broytmann writes: > On Wed, Jan 16, 2008 at 06:31:42AM +0900, Stephen J. Turnbull wrote: > > I think both for UI reasons (given above) and for API reasons (given > > by others) there should be a separate ~/SOMETHING/{bin,etc,lib,share} > > hierarchy for user-specific packaged contents. I

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Oleg Broytmann
On Wed, Jan 16, 2008 at 06:31:42AM +0900, Stephen J. Turnbull wrote: > I think both for UI reasons (given above) and for API reasons (given > by others) there should be a separate ~/SOMETHING/{bin,etc,lib,share} > hierarchy for user-specific packaged contents. I like ~/.local a > little better tha

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Stephen J. Turnbull
Oleg Broytmann writes: >~/.python To me, this strongly suggests user configuration files, not a place where an app can store user-specific packages. True, there are apps that store their stuff in such places, like most GNOME apps. But they have no user-servicable parts (including config fi

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Oleg Broytmann
On Tue, Jan 15, 2008 at 02:34:02PM -0600, [EMAIL PROTECTED] wrote: > Oleg>~/.python > Oleg>~/.python/bin > Oleg>~/.python/lib > Oleg>~/.python/lib/python2.5 > > The drawback of this approach is that it implies that Perl, Tcl, IPython, > etc. belong in their own .wha

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread skip
Oleg>~/.python Oleg>~/.python/bin Oleg>~/.python/lib Oleg>~/.python/lib/python2.5 The drawback of this approach is that it implies that Perl, Tcl, IPython, etc. belong in their own .whatever directory. The IT folks here at work do things that way (though not in ho

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread skip
Daniel> I use ~/local, with a layout analogous to /usr, ... Ditto. Makes things nice and clear. I install stuff without becoming root or polluting central directories. Daniel> To those folks who favor creating ~/bin, ~/lib, ~/share, ad Daniel> nauseum, I point out that non-hidden,

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Oleg Broytmann
On Tue, Jan 15, 2008 at 12:11:37PM -0800, Daniel Arbuckle wrote: > I use ~/local, with a layout analogous to /usr, all the time. It's not > a standard, but in my experience it is by far the best solution to > installing things in the home directory. It doesn't matter much > whether you call it loca

Re: [Python-Dev] Python-Dev Digest, Vol 54, Issue 57

2008-01-15 Thread Daniel Arbuckle
On Tue, 15 Jan 2008 06:57:02 -0500, Kevin Jacobs wrote: > On Jan 15, 2008 6:24 AM, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > > > On Mon, Jan 14, 2008 at 11:41:47PM +, Jon Ribbens wrote: > > > It makes sense, but personally I have never heard before of ~/.local. > > > Whereas ~/bin is somethin

Re: [Python-Dev] Python-Dev Digest, Vol 53, Issue 23

2007-12-09 Thread Giampaolo Rodola'
M... This is what asyncore documentation says about handle_expt: > Called when there is out of band (OOB) data for a socket connection. > This will almost never happen, as OOB is tenuously supported and > rarely used. So, if you're right, the doc is wrong and should be rewritten. Or maybe thi

Re: [Python-Dev] Python-Dev Digest, Vol 53, Issue 23

2007-12-09 Thread James Y Knight
On Dec 9, 2007, at 5:52 AM, Giampaolo Rodola' wrote: >> def handle_expt(self): > > Like said above, this is called when arrived some OOB data. > I would change this into something like: "Called when some OOB data > arrived." Of course, that's not actually true. It's called for whatever the ex

Re: [Python-Dev] Python-Dev Digest, Vol 53, Issue 23

2007-12-09 Thread Giampaolo Rodola'
Some things I would change in the docstrings: > +A dispatcher object handles a single socket, processing connect, > +accept, close, read and write events as defined by the child > +handle_connect, handle_accept, handle_close, handle_read and > +handle_write methods, respectively.

Re: [Python-Dev] Python-Dev Digest, Vol 53, Issue 23

2007-12-08 Thread Daniel Arbuckle
> "Josiah Carlson" <[EMAIL PROTECTED]> wrote: > On Dec 5, 2007 9:19 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > The asyncore and asynchat modules are in a difficult position when it > > comes to Python 3000. None of the core developers use it or > > particularly care about it (AFAIK), and t

Re: [Python-Dev] Python-Dev Digest, Vol 39, Issue 55

2006-10-19 Thread Chetan Pandya
Larry Hastings wrote:Chetan Pandya wrote:> I don't have a patch build, since I didn't download the revision used > by the patch.> However, I did look at values in the debugger and it looked like x in> your example above had a reference count of 2 or more within> string_concat even when there were n

Re: [Python-Dev] Python-Dev Digest, Vol 39, Issue 54

2006-10-18 Thread Larry Hastings
Chetan Pandya wrote: I don't have a patch build, since I didn't download the revision used by the patch.  However, I did look at values in the debugger and it looked like x in your example above had a reference count of 2 or more within string_concat even when there were no other assignme

Re: [Python-Dev] Python-Dev Digest, Vol 39, Issue 54

2006-10-18 Thread Chetan Pandya
I got up in the middle of the night and wrote the email - and it shows.Apologies for creating confusion. My comments below.-ChetanOn 10/18/06, [EMAIL PROTECTED] Date: Wed, 18 Oct 2006 13:04:14 -0700From: Larry Hastings <[EMAIL PROTECTED]>Subject: Re: [Python-Dev] PATCH submitted: Speed up + for s

Re: [Python-Dev] Python-Dev Digest, Vol 35, Issue 143

2006-06-26 Thread J. Jeffrey Close
Hi all, Sorry for my inappropriate posting. I just joined the list and didn't realize the complete scope. I will stay on the list, I'm very interested in it from a semantics & implementation perspective as well. Thanks to Brett for the heads-up. Jeff --- Brett Cannon <[EMAIL PROTECTED]>

Re: [Python-Dev] Python-Dev Digest, Vol 35, Issue 143

2006-06-26 Thread Brett Cannon
Python-Dev is about Python the language and its development.  Questions on its use (and build) should be posted elsewhere (I would try comp.lang.python).-BrettOn 6/26/06, J. Jeffrey Close <[EMAIL PROTECTED]> wrote: Hi all,I have been trying for some time to build Python 2.4.xfrom source on OS X 10

Re: [Python-Dev] Python-Dev Digest, Vol 35, Issue 143

2006-06-26 Thread J. Jeffrey Close
Hi all, I have been trying for some time to build Python 2.4.x from source on OS X 10.4.6. I've found *numerous* postings on various mailing lists and web pages documenting the apparently well-known problems of doing so. Various problems arise either in the ./configure step, with configure argu

Re: [Python-Dev] Python-Dev Digest, Vol 30, Issue 32

2006-01-10 Thread RASHMI TANK
please stop email upto further request. thanking youSend instant messages to your online friends http://in.messenger.yahoo.com ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.

Re: [Python-Dev] Python-Dev Digest, Vol 29, Issue 111

2006-01-08 Thread RASHMI TANK
Respected sir,   iam a un knowledged and un experienced person. i have an email to you but no reply. How you find me? i had joined icash business through icashline.com but i failed. you always giving emails to me where as idoesnt have any know ledge of web and free hosting and linking we

Re: [Python-Dev] Python-Dev Digest, Vol 27, Issue 44

2005-10-11 Thread john . m . camara
  > Date: Tue, 11 Oct 2005 09:51:06 -0400 > From: Tim Peters <[EMAIL PROTECTED]>> Subject: Re: [Python-Dev] PythonCore\CurrentVersion > To: Martin v. L?wis <[EMAIL PROTECTED]>> Cc: python-dev@python.org > Message-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1 > > [Tim Pet