On Wed, Apr 11, 2012 at 09:33:30PM +0200, Georg Brandl wrote:
> >+
> >+with self.assertWarns(DeprecationWarning) as cm:
> > req.add_data("data")
>
> There's no need for adding the "as cm" if you don't need the cm object.
I overlooked. Thanks for spotting. I have corrected it.
> -Original Message-
> From: python-dev-bounces+kristjan=ccpgames@python.org
> [mailto:python-dev-bounces+kristjan=ccpgames@python.org] On
> Behalf Of Victor Stinner
> Sent: 11. apríl 2012 23:10
> I integrated a simplified version of your Glossary into the PEP. Some changes:
> *
I would like to get the new shared-keys dictionary implementation
committed, or rejected or further reviewed, if necessary.
It seems to have got a bit stuck at the moment.
As far as I am concerned it is ready to go in.
Memory usage is reduced, speed is roughly unchanged, and it passes all
the tes
Wow, I thought it was accepted already! I don't see the hangup.
On Thu, Apr 12, 2012 at 7:25 AM, Mark Shannon wrote:
> I would like to get the new shared-keys dictionary implementation
> committed, or rejected or further reviewed, if necessary.
> It seems to have got a bit stuck at the moment.
>
On Thu, 12 Apr 2012 13:49:43 -,
=?utf-8?B?S3Jpc3Rqw6FuIFZhbHVyIErDs25zc29u?= wrote:
> Wallclock: This definition is wrong no metter how the BDFL feels about the
> word. Please see http://en.wikipedia.org/wiki/Wall_clock_time.
I agree with the BDFL. I have always heard "wallclock" as refe
On Thu, 12 Apr 2012 07:30:07 -0700
Guido van Rossum wrote:
> Wow, I thought it was accepted already! I don't see the hangup.
It's under review.
http://bugs.python.org/issue13903
Regards
Antoine.
___
Python-Dev mailing list
Python-Dev@python.org
http
On Thu, Apr 12, 2012 at 10:25, Mark Shannon wrote:
> I would like to get the new shared-keys dictionary implementation
> committed, or rejected or further reviewed, if necessary.
> It seems to have got a bit stuck at the moment.
>
> As far as I am concerned it is ready to go in.
> Memory usage is
From: Jérémy Bethmont
To: python-l...@python.org
Newsgroups: gmane.comp.python.general
There is an error in the MD5 checksums section of the following page:
http://python.org/download/releases/2.7.3/
Python-3.1.5.tgz, Python-3.1.5.tar.bz2 and Python-3.1.5.tar.xz
are listed instead of:
Pytho