From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Bacic Newsgroups: gmane.emacs.help Subject: Re: deprecated Python code in Emacs 22.3 module `emacs.py' Date: Tue, 09 Sep 2008 22:00:12 +1000 Message-ID: <48C6654C.6050304@pobox.com> References: Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220961926 23982 80.91.229.12 (9 Sep 2008 12:05:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2008 12:05:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 09 14:06:21 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kd1yw-0006ZU-Mp for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2008 14:06:06 +0200 Original-Received: from localhost ([127.0.0.1]:49113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd1xr-000180-Ob for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2008 08:04:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kd1wc-0000Pg-Bw for help-gnu-emacs@gnu.org; Tue, 09 Sep 2008 08:03:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kd1wb-0000PL-Mb for help-gnu-emacs@gnu.org; Tue, 09 Sep 2008 08:03:41 -0400 Original-Received: from [199.232.76.173] (port=52506 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd1wb-0000PG-BQ for help-gnu-emacs@gnu.org; Tue, 09 Sep 2008 08:03:41 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:51427 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kd1wb-0000zv-6K for help-gnu-emacs@gnu.org; Tue, 09 Sep 2008 08:03:41 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 9447D60B5E for ; Tue, 9 Sep 2008 08:03:40 -0400 (EDT) Original-Received: from [192.168.1.10] (202.7.251.96.dynamic.rev.aanet.com.au [202.7.251.96]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id DF9F660B5D for ; Tue, 9 Sep 2008 08:03:39 -0400 (EDT) User-Agent: Thunderbird 2.0.0.16 (X11/20080707) In-Reply-To: X-Pobox-Relay-ID: 5783759A-7E67-11DD-832F-D0CFFE4BC1C1-14340206!a-sasl-fastnet.pobox.com X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57361 Archived-At: > d:\Program Files\GNU\GNU Emacs\emacs-22.3\etc\emacs.py:24: > DeprecationWarning: the sets module is deprecated from sets import Set > > I have Python 2.6b (RC) installed. this url sheds some more light: http://www.python.org/dev/peps/pep-0004/ Module name: sets Rationale: The built-in set/frozenset types, introduced in Python 2.4, supplant the module. Date: 12-Jan-2007 Documentation: Documented as deprecated as of Python 2.6.