[Python-Dev] Status of 3.2 in Hg repository?

2013-08-19 Thread Tim Peters
> hg branches default85277:4f7845be9e23 2.785276:7b867a46a8b4 3.283826:b9b521efeba3 3.385274:7ab07f15d78c (inactive) 2.682288:936621d33c38 (inactive) 3.180967:

[Python-Dev] HTTPOnly and Secure cookie flags

2013-08-19 Thread Julien Phalip
Hi, I'm currently working on a patch for ticket #16611 [1], which addresses some inconsistencies in the handling of HTTPOnly and Secure flags in the 'https.cookies' module. I originally found out about this ticket after noticing a bug in Django [2]. I could implement a work-around for Django b

Re: [Python-Dev] hg verify warnings

2013-08-19 Thread Tim Peters
>> ... >> $ hg verify >> repository uses revlog format 1 >> checking changesets >> checking manifests >> crosschecking files in changesets and manifests >> checking files >> warning: copy source of 'Modules/_threadmodule.c' not in parents of >> 60ad83716733 >> warning: copy source of 'Objects/byte

Re: [Python-Dev] a Constant addition to enum

2013-08-19 Thread Barry Warsaw
On Aug 06, 2013, at 02:36 PM, Eli Bendersky wrote: >Personally, I dislike all non-simple uses of Enums. One such use is adding >behavior to them. This can always be split to separate behavior from the >Enum itself, and I would prefer that. We went to great lengths to ensure >that things work in ex

Re: [Python-Dev] cpython: Use a known unique object for the dummy entry.

2013-08-19 Thread Raymond Hettinger
> The most reasonable thing to do would probably be to share the same > dummy object between setobject.c and dictobject.c, then. > Raymond, it would be nice if you could take a look! Thanks, I will look at it shortly. Raymond On Sun, Aug 18, 2013 at 11:46 AM, Antoine Pitrou wrote: > On Sun,

Re: [Python-Dev] hg verify warnings

2013-08-19 Thread Tim Peters
> ... > $ hg verify > repository uses revlog format 1 > checking changesets > checking manifests > crosschecking files in changesets and manifests > checking files > warning: copy source of 'Modules/_threadmodule.c' not in parents of > 60ad83716733 > warning: copy source of 'Objects/bytesobject.c'