Re: [Python-Dev] PEP 543-conform TLS library

2018-11-03 Thread geremy condra
even be beneficial to wrap those up in a separate library, but at the very least it will help prove out that PEP 543 can do the most important things that developers will want it to do. If that already exists and I'm just ignorant of it, sorry for the noise. Geremy Condra On Fri, Nov 2, 2018 at 3:25

Re: [Python-Dev] Hash collision security issue (now public)

2011-12-29 Thread geremy condra
/035874.html  From what I read in the thread, it didn't seem like anyone here was too worried about it.  Does this new research change anything? Not really. It's actually somewhat behind previous work in that it doesn't exploit the timing deltas, just generates very large ones. Geremy Condra

Re: [Python-Dev] The socket HOWTO

2011-06-08 Thread geremy condra
for the howto. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] CPython optimization: storing reference counters outside of objects

2011-05-24 Thread geremy condra
. There has to be a lot of code out there that would benefit from this. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive

[Python-Dev] Developer wish list

2011-04-09 Thread geremy condra
at [1] and would love it if some of you guys would take a look, let me know what you like/don't like, and maybe even post a few of your pet projects or pet peeves. Thanks for your time and effort, Geremy Condra [0]: http://mail.python.org/pipermail/python-ideas/2011-March/009230.html [1]: http

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread geremy condra
, but seriously- does this strike you as the best response to a widespread problem? You're basically telling people to get lost, and in all caps no less. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] Python-3 transition in Arch Linux

2010-11-05 Thread geremy condra
On Fri, Nov 5, 2010 at 10:14 AM, Michael Foord fuzzy...@voidspace.org.uk wrote: On 05/11/2010 17:10, geremy condra wrote: On Thu, Nov 4, 2010 at 3:40 PM, Laurens Van Houtvenl...@laurensvh.be  wrote: On Thu, Nov 4, 2010 at 5:44 AM, Allan McRaeal...@archlinux.org  wrote: snip What is true

Re: [Python-Dev] Continuing 2.x

2010-10-29 Thread geremy condra
that accurate results are what you're after. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Continuing 2.x

2010-10-29 Thread geremy condra
On Fri, Oct 29, 2010 at 11:12 AM, geremy condra debat...@gmail.com wrote: On Thu, Oct 28, 2010 at 11:55 PM, Glyph Lefkowitz gl...@twistedmatrix.com wrote: On Oct 28, 2010, at 10:51 PM, Brett Cannon wrote: [snip] First off, unless you have a lot of information I don't, there's no reason

Re: [Python-Dev] Continuing 2.x

2010-10-28 Thread geremy condra
it on hg.python.org. Georg Huge +1 from me- I think this would be an excellent development. Geremy Condra PS- this should not be taken as an endorsement of the original proposal, I simply don't use 2.x anymore and don't have an opinion on it. ___ Python-Dev

Re: [Python-Dev] Fwd: [Python-ideas] stats module Was: minmax() function ...

2010-10-15 Thread geremy condra
because it doesn't lose precision when building-up the intermediate sums). Can you give some other examples? Sage does some of this and I frequently find it annoying, actually, but I'm not sure if you're referring to the same things there. Geremy Condra

[Python-Dev] python.org going down?

2010-10-07 Thread geremy condra
Seems like python.org has gone down and come back up a couple of times in the last few minutes, is this intentional? Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] python.org going down?

2010-10-07 Thread geremy condra
On Thu, Oct 7, 2010 at 3:52 PM, Martin v. Löwis mar...@v.loewis.de wrote: Am 08.10.2010 00:00, schrieb geremy condra: Seems like python.org has gone down and come back up a couple of times in the last few minutes, is this intentional? Nothing on python.org suggests that this has actually

Re: [Python-Dev] python.org going down?

2010-10-07 Thread geremy condra
. shrug chalk it up to a mystery of the internet, I guess. It still seems strange to me that two people would get the same behavior so far away from each other and not have it be on that end though. Geremy Condra ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] We should be using a tool for code reviews

2010-09-30 Thread geremy condra
commitments. Extremely well put. Could this kind of process be put in place for the code sprints Jesse's interested in? Seems like an ideal testbed. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo

Re: [Python-Dev] Resource leaks warnings

2010-09-29 Thread geremy condra
? Sure, but I say always turn it on under py-debug. This would be a big +1 from me. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options

Re: [Python-Dev] API for binary operations on Sets

2010-09-29 Thread geremy condra
in implementing #2 that would still need to be resolved if that option is chosen. What's the issue, if you don't mind me asking? Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe

Re: [Python-Dev] Rework nntlib?

2010-09-15 Thread geremy condra
On Tue, Sep 14, 2010 at 8:33 PM, Guido van Rossum gu...@python.org wrote: On Tue, Sep 14, 2010 at 8:06 PM, geremy condra debat...@gmail.com wrote: I ran some statistics on the number of times modules out of the stdlib got imported a few months ago and came up with a reasonably comprehensive

Re: [Python-Dev] Rework nntlib?

2010-09-15 Thread geremy condra
On Wed, Sep 15, 2010 at 4:18 AM, Steven D'Aprano st...@pearwood.info wrote: On Wed, 15 Sep 2010 01:06:29 pm geremy condra wrote: I ran some statistics on the number of times modules out of the stdlib got imported a few months ago What do those statistics measure? The number of individual

Re: [Python-Dev] Rework nntlib?

2010-09-15 Thread geremy condra
, but maybe not as many people as you think. How many projects in pypi provide unittests? That's at least more tests to add to the ones already being run in the stdlib. -Devin Make it automatic and I can probably get some machines put on the job. I don't have a lot of time to devote, though. Geremy

Re: [Python-Dev] Rework nntlib?

2010-09-15 Thread geremy condra
of different problems. Having said that, I'm only volunteering firepower, so don't interpret this as trying to push this on you guys if you don't want it. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] Rework nntlib?

2010-09-14 Thread geremy condra
imports respectively. If it doesn't annoy I can post the whole list, or email it privately to the interested. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http

Re: [Python-Dev] Rework nntlib?

2010-09-14 Thread geremy condra
On Tue, Sep 14, 2010 at 8:07 PM, Steve Holden st...@holdenweb.com wrote: On 9/14/2010 11:06 PM, geremy condra wrote: On Tue, Sep 14, 2010 at 2:22 PM, Steve Holden st...@holdenweb.com wrote: On 9/14/2010 4:40 PM, Jon Ribbens wrote: On Tue, Sep 14, 2010 at 11:43:46AM -0500, s...@pobox.com wrote

Re: [Python-Dev] Thoughts fresh after EuroPython

2010-07-26 Thread geremy condra
are working on making the switch automatic. I think we've talked briefly about this before, but let me reiterate that getting this right from a security point of view is quite a bit harder than it at first appears, and IMHO it is worth getting right. Geremy Condra

Re: [Python-Dev] Thoughts fresh after EuroPython

2010-07-26 Thread geremy condra
On Mon, Jul 26, 2010 at 4:52 AM, Tarek Ziadé ziade.ta...@gmail.com wrote: On Mon, Jul 26, 2010 at 1:20 PM, geremy condra debat...@gmail.com wrote: On Mon, Jul 26, 2010 at 4:02 AM, Tarek Ziadé ziade.ta...@gmail.com wrote: On Sat, Jul 24, 2010 at 4:08 PM, Guido van Rossum gu...@python.org wrote

Re: [Python-Dev] Thoughts fresh after EuroPython

2010-07-26 Thread geremy condra
On Mon, Jul 26, 2010 at 7:21 AM, Tarek Ziadé ziade.ta...@gmail.com wrote: On Mon, Jul 26, 2010 at 2:10 PM, geremy condra debat...@gmail.com wrote: On Mon, Jul 26, 2010 at 4:52 AM, Tarek Ziadé ziade.ta...@gmail.com wrote: On Mon, Jul 26, 2010 at 1:20 PM, geremy condra debat...@gmail.com wrote

Re: [Python-Dev] Thoughts fresh after EuroPython

2010-07-26 Thread geremy condra
On Mon, Jul 26, 2010 at 7:36 AM, Stefan Behnel stefan...@behnel.de wrote: geremy condra, 26.07.2010 16:29: I've noticed that I don't have a lot of success in shifting this kind of debate, so I'm not sure it's a good idea to publicly discuss vulnerabilities in something that may wind up being

Re: [Python-Dev] Thoughts fresh after EuroPython

2010-07-24 Thread geremy condra
inconsistent about allowing it through. Of course, if you feel like it does and you decide to let it through anyway, I think it would be worth explaining really well why exactly that happened. Geremy Condra ___ Python-Dev mailing list Python-Dev

[Python-Dev] http://bugs.python.org/issue231540

2010-07-23 Thread geremy condra
and rants and raves, he's a volunteer too, he does a ton of work that nobody else has stepped up to do, and IMO we're very lucky to have him doing it. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-15 Thread geremy condra
on Linux. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-15 Thread geremy condra
. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread geremy condra
On Mon, Jul 12, 2010 at 5:31 AM, Stefan Krah ste...@bytereef.org wrote: Jesse Noller jnol...@gmail.com wrote: On Sun, Jul 11, 2010 at 8:22 PM, geremy condra debat...@gmail.com wrote: (This seems to me like an area where a judicious application of PSF funds might help; if every single bug

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread geremy condra
On Mon, Jul 12, 2010 at 7:17 AM, Stefan Krah ste...@bytereef.org wrote: geremy condra debat...@gmail.com wrote: On Mon, Jul 12, 2010 at 5:31 AM, Stefan Krah ste...@bytereef.org wrote: Jesse Noller jnol...@gmail.com wrote: On Sun, Jul 11, 2010 at 8:22 PM, geremy condra debat...@gmail.com

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread geremy condra
On Mon, Jul 12, 2010 at 8:12 AM, Kurt B. Kaiser k...@shore.net wrote: On Mon, Jul 12 2010, Antoine Pitrou wrote: On Mon, 12 Jul 2010 05:20:49 -0400 Kurt B. Kaiser k...@shore.net wrote: I'm mystified about the comments that the GUI is ugly.  It is minimal. On XP, it looks exactly like an XP

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-12 Thread geremy condra
On Mon, Jul 12, 2010 at 11:32 AM, Kurt B. Kaiser k...@shore.net wrote: On Mon, Jul 12 2010, geremy condra wrote: No offense, but I've been specifically asked not to do demos with IDLE because it looked 'unprofessional'. Given the constraint of working within tkinter that may not be something

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-11 Thread geremy condra
. I'm mulling over starting a monthly triage sprint under the auspices of Jesse Noeller's PSF sponsored sprints in the hopes of making this a little more fun. I'd appreciate comments on the idea. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org

Re: [Python-Dev] Removing IDLE from the standard library

2010-07-11 Thread geremy condra
On Sun, Jul 11, 2010 at 8:22 PM, geremy condra debat...@gmail.com wrote: On Sun, Jul 11, 2010 at 3:38 PM, Antoine Pitrou solip...@pitrou.net wrote: On Sun, 11 Jul 2010 14:59:14 -0400 Glyph Lefkowitz gl...@twistedmatrix.com wrote: Guido proposes to give someone interested in IDLE commit access

Re: [Python-Dev] New regex module for 3.2?

2010-07-11 Thread geremy condra
audience for this, there are a lot of things I'd like to see more in the stdlib than a second re engine. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

Re: [Python-Dev] Python Library Support in 3.x (Was: email package status in 3.X)

2010-06-19 Thread geremy condra
that situation should continue. Amen. I've heard about people being told not to use python3 on the irc *way* too many times for it to be all make believe. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python

Re: [Python-Dev] #Python3 ! ? (was Python Library Support in 3.x)

2010-06-19 Thread geremy condra
. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] #Python3 ! ? (was Python Library Support in 3.x)

2010-06-19 Thread geremy condra
On Sat, Jun 19, 2010 at 9:12 PM, Raymond Hettinger raymond.hettin...@gmail.com wrote: On Jun 19, 2010, at 5:39 PM, geremy condra wrote: Bottom line, what I'd really like to do is kick them all off of #python, This is so profoundly wrong on so many levels it is hard to know how to respond

Re: [Python-Dev] PEP 3148 ready for pronouncement

2010-05-26 Thread geremy condra
people; also, wouldn't it be sensible for users in a corporate environment to share their efforts and produce something that can benefit all of them? it's the free software spirit after all) Not in a corporate environment, but I would gladly help with this. Geremy Condra

Re: [Python-Dev] Sumo

2010-05-26 Thread geremy condra
would focus attention on the need to port those libraries which were a part of it to python3, which would help to weaken the argument that there aren't any packages written for it. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] Sumo

2010-05-26 Thread geremy condra
to python's users without forcing python core devs to shoulder the maintenance burden. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options

Re: [Python-Dev] Sumo

2010-05-26 Thread geremy condra
On Wed, May 26, 2010 at 4:57 PM, Nick Coghlan ncogh...@gmail.com wrote: On 27/05/10 09:11, geremy condra wrote: Specialised distributions are another matter - I can see a web stack distribution comprising your TurboGears example (or should it be Django, or...?). Enthought essentially do

Re: [Python-Dev] PEP 3148 ready for pronouncement

2010-05-26 Thread geremy condra
in depth there), but I think Michael and I mean similar things.  - Yaniv I don't think I'm understanding you correctly in that thread then, ISTM that you're advocating better packaging systems as an alternative to this. Would you mind clarifying? Geremy Condra

Re: [Python-Dev] PEP 3148 ready for pronouncement

2010-05-23 Thread geremy condra
. If there are implementation bugs then we can fix them just like we would with any other module. Guido made exactly the opposite argument during his keynote at PyCon. It seemed fairly reasonable at the time- why do you think it doesn't apply here? Geremy Condra ___ Python-Dev

Re: [Python-Dev] Unordered tuples/lists

2010-05-20 Thread geremy condra
hard pressed to see a case where this would be needed and could not be trivially written. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman

Re: [Python-Dev] Summing up

2010-05-19 Thread geremy condra
the expertise to do this, but I'll be playing with the patch over the next few weeks, so if there's a specific piece of data you want, let me know. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo

Re: [Python-Dev] Reasons behind misleading TypeError message when passing the wrong number of arguments to a method

2010-05-19 Thread geremy condra
and x) and it only got one (self). I understand the confusion (and was bitten by it myself when I was a newbie) but the interpreter is only telling you the truth. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman

Re: [Python-Dev] Optional delta argument for assertAlmostEqual

2010-03-28 Thread geremy condra
a keyword argument. Passing both places and delta would be an error (TypeError). Anyway, unless there are strenuous objections I intend to do this. All the best, Michael +1, this would be very helpful to me. Geremy Condra ___ Python-Dev mailing list

Re: [Python-Dev] patch to make list.pop(0) work in O(1) time

2010-01-30 Thread geremy condra
-putting. He has been told this and acknowledged it once on Python-list, but habits die hard. For both reasons, I suggested a few days ago that further discussion should focus on the patch and be moved to the issue on the tracker. So I will not say more here. Terry Jan Reedy Excellently put. Geremy

Re: [Python-Dev] PEP 3003 - Python Language Moratorium

2009-11-08 Thread geremy condra
for the indefinite future. It gives a fixed, known schedule for when new features will be permitted, without the uncertainty of at the BDFL's pleasure. -- Steven D'Aprano FWIW, I view a definite end point as a definite plus. Geremy Condra ___ Python-Dev mailing

Re: [Python-Dev] PEP 3003 - Python Language Moratorium

2009-11-08 Thread geremy condra
On Sun, Nov 8, 2009 at 8:22 PM, Jesse Noller jnol...@gmail.com wrote: On Nov 8, 2009, at 7:01 PM, geremy condra debat...@gmail.com wrote: On Sun, Nov 8, 2009 at 6:06 PM, Steven D'Aprano st...@pearwood.info wrote: On Sun, 8 Nov 2009 11:14:59 am Steven D'Aprano wrote: At the very least, I

Re: [Python-Dev] PEP 3003 - Python Language Moratorium

2009-11-08 Thread geremy condra
On Sun, Nov 8, 2009 at 9:41 PM, Guido van Rossum gu...@python.org wrote: On Sun, Nov 8, 2009 at 5:45 PM, geremy condra debat...@gmail.com wrote: I quote: This PEP proposes a temporary moratorium (suspension) of all changes to the Python language syntax, semantics, and built-ins for a period

Re: [Python-Dev] Retrieve an arbitrary element from a setwithoutremoving it

2009-11-05 Thread geremy condra
way? Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Retrieve an arbitrary element from a setwithoutremoving it

2009-11-05 Thread geremy condra
On Thu, Nov 5, 2009 at 6:17 PM, James Y Knight f...@fuhm.net wrote: On Nov 5, 2009, at 6:04 PM, geremy condra wrote: Perhaps my test is flawed in some way? Yes: you're testing the speed of something that makes absolutely no sense to do in a tight loop, so *who the heck cares how fast any way

Re: [Python-Dev] Retrieve an arbitrary element from a setwithoutremoving it

2009-11-05 Thread geremy condra
On Thu, Nov 5, 2009 at 11:21 PM, John Arbash Meinel john.arbash.mei...@gmail.com wrote: geremy condra wrote: On Thu, Nov 5, 2009 at 4:09 PM, Alexander Belopolsky alexander.belopol...@gmail.com wrote: On Thu, Nov 5, 2009 at 3:43 PM, Chris Bergstresser ch...@subtlety.com wrote: .. and x

Re: [Python-Dev] Retrieve an arbitrary element from a set withoutremoving it

2009-11-04 Thread geremy condra
in the docs that illustrates the preferred idiom would be great. Is there any kind of consensus on either point? Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

Re: [Python-Dev] 2.7 Release? 2.7 == last of the 2.x line?

2009-11-03 Thread geremy condra
to py3k. Now there's a good Summer of Code project:  to produce a pre-processor that will flag all C constructs that need to be modified in some way, with direct pointers to the relevant documentation, and code suggestions wherever practicable. S How much interest is there in this? Geremy Condra

Re: [Python-Dev] 2.7 Release? 2.7 == last of the 2.x line?

2009-11-03 Thread geremy condra
? Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Retrieve an arbitrary element from a set without removing it

2009-10-28 Thread geremy condra
This is effectively the sandbox idea I proposed, except with backporting. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev

Re: [Python-Dev] Retrieve an arbitrary element from a set without removing it

2009-10-28 Thread geremy condra
I've said exactly that in the moratorium discussion. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Retrieve an arbitrary element from a set withoutremoving it

2009-10-27 Thread geremy condra
value if not found. The other, set.get(), doesn't have a key to lookup. set.getone() then ? ugh- other spellings much preferred. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe

Re: [Python-Dev] Retrieve an arbitrary element from a set withoutremoving it

2009-10-27 Thread geremy condra
the implementations won't have much in common: (1) should just pick the first valid element, while (2) should use the normal hash lookup algorithm (shared with 'in', .add() etc.). -- --Guido van Rossum (python.org/~guido) Was it ever decided whether this would fall under the moratorium? Geremy

Re: [Python-Dev] Retrieve an arbitrary element from a setwithoutremoving it

2009-10-27 Thread geremy condra
On Tue, Oct 27, 2009 at 3:49 PM, Raymond Hettinger pyt...@rcn.com wrote: [geremy condra] Was it ever decided whether this would fall under the moratorium? Decided isn't the right word: http://mail.python.org/pipermail/python-dev/2009-October/093373.html snip I'm unclear- does that imply

Re: [Python-Dev] Set methods for mapping views

2009-10-26 Thread geremy condra
? Raymond Next version of Graphine will use them heavily for graph merges and set operations on graphs. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org

Re: [Python-Dev] Retrieve an arbitrary element from a set withoutremoving it

2009-10-26 Thread geremy condra
that heading. Geremy Condra ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] First shot at some_set.get()

2009-10-24 Thread geremy condra
following the discussion, but I wouldn't expect that a moratorium on language changes would rule out adding a method to the set type. Regards, Martin My understanding is that the moratorium would preclude changes to the builtins. Is that not the case here? Geremy Condra