[Python-Dev] Apologies from the CBS autoresponder

2007-01-09 Thread Tim Golden
My many apologies to those who had their New Year interrupted by my company's inane autoresponder. I'm afraid that I went on leave for a week without suspending list delivery just as my company changed its name and sent out (unknown to me) an automatic message to *everything* coming in to the old

Re: [Python-Dev] DRAFT: pydev summary for 2006-12-01 to 2006-12-15

2007-01-09 Thread Walter Dörwald
Calvin Spealman wrote: [...] --- Creating dicts from dict subclasses --- A common problem of subclassing built-in types (dict, in this case) arose trying to move weakref.WeakValueDictionary to a subclass of dict, rather

Re: [Python-Dev] [Python-3000-checkins] r53335 - in python/branches/p3yk: Doc/Makefile.deps Doc/lib/lib.tex Doc/lib/libsets.tex Doc/lib/libstdtypes.tex Lib/msilib/__init__.py Lib/sets.py Lib/test/test

2007-01-09 Thread Guido van Rossum
On 1/9/07, Brett Cannon [EMAIL PROTECTED] wrote: Should we bother with deprecating 'sets' in the 2.x series? I'd say so, yes. -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ Python-Dev mailing list Python-Dev@python.org

Re: [Python-Dev] [Python-3000] Warning for 2.6 and greater

2007-01-09 Thread Anthony Baxter
cc'ing python-dev - followups should probably go there, rather than the p3yk list. So here's my latest plan: - Add a Py3KDeprecationWarning, as a subclass of DeprecationWarning (or maybe just of Warning) - Add a -W py3k shortcut, which is the same as -W once:Py3kDeprecationWarning - Add a C