Re: [Python-Dev] cpython: use assertWarns instead of check_warnings - Issue14341

2012-04-12 Thread Senthil Kumaran
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.

Re: [Python-Dev] PEP 418 glossary

2012-04-12 Thread Kristján Valur Jónsson
> -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: > *

[Python-Dev] PEP 412 Key-Sharing Dictionary

2012-04-12 Thread Mark Shannon
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

Re: [Python-Dev] PEP 412 Key-Sharing Dictionary

2012-04-12 Thread Guido van Rossum
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. >

Re: [Python-Dev] PEP 418 glossary

2012-04-12 Thread R. David Murray
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

Re: [Python-Dev] PEP 412 Key-Sharing Dictionary

2012-04-12 Thread Antoine Pitrou
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

Re: [Python-Dev] PEP 412 Key-Sharing Dictionary

2012-04-12 Thread Brett Cannon
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

[Python-Dev] Fwd: Error in MD5 checksums of the 2.7.3 release page.

2012-04-12 Thread Terry Reedy
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