On Mon, Mar 8, 2010 at 2:11 PM, wrote:
> Getting rid of the process-global state like this simplifies testing (both
> testing of the executors themselves and of application code which uses
> them). It also eliminates the unpleasant interpreter shutdown/module
> globals interactions that have pla
On Tue, Mar 9, 2010 at 11:31, R. David Murray wrote:
> On Mon, 08 Mar 2010 15:35:46 -0600, Robert Kern wrote:
>> On 2010-03-08 15:20 PM, Greg Ewing wrote:
>> > Mark Russell wrote:
>> >> Boolean flags are a common enough case that I'd be inclined to add a
>> >> wrapper method,
>> >>
>> >> parser.a
On Mon, 08 Mar 2010 15:35:46 -0600, Robert Kern wrote:
> On 2010-03-08 15:20 PM, Greg Ewing wrote:
> > Mark Russell wrote:
> >> Boolean flags are a common enough case that I'd be inclined to add a
> >> wrapper method,
> >>
> >> parser.add_bool_argument('--plot')
> >
> > +1, this looks good.
>
> I
On 3/8/2010 4:39 PM, Greg Ewing wrote:
Terry Reedy wrote:
Looking more close, I gather that the prime results will be printed
'in order' (waiting on each even if others are done) while the url
results will be printed 'as available'.
Seems to me that if you care about the order of the results,
Le Mon, 08 Mar 2010 21:11:45 -,
exar...@twistedmatrix.com a écrit :
>
> Getting rid of the process-global state like this simplifies testing
> (both testing of the executors themselves and of application code
> which uses them). It also eliminates the unpleasant interpreter
> shutdown/modul
- Forwarded message from Bob Vadnais -
> Date: Tue, 09 Mar 2010 00:37:33 -0500
> From: Bob Vadnais
> To: webmas...@python.org
> Subject: http://www.python.org/dev/patches/
>
> > Submit documentation patches the same way. When adding the patch, be >
> sure to set the "Category" field to
That worked great Oleg! Thank you!
On Tue, 2010-03-09 at 01:52 +0300, Oleg Broytman wrote:
> On Mon, Mar 08, 2010 at 05:28:10PM -0500, Darren Govoni wrote:
> > ProgrammingError: SQLite objects created in a thread can only be used in
> > that same thread.The object was created in thread id -121712
Hi Python hackateers!
It looks like we finally have no more release blockers for 2.6.5rc2. I would
like to tag the tree tonight for rc2 so that Martin can build the Windows
installer for a release tomorrow. I am also moving the final release back to
Friday March 19.
-Barry
signature.asc
Descr
On Sat, Mar 6, 2010 at 11:27 AM, Gregg Lind wrote:
> Python-devs,
>
> I'm writing to you for some help in understanding the Python grammar. As an
> excuse to deep dive into Python's tokenizer / grammar, I decided (as a
> hideous, hideous joke) to want to allow braces where colons are allowed (as