Patches item #1335812, was opened at 2005-10-23 18:33 Message generated for change (Comment added) made by bwarsaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1335812&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core (C code) Group: Python 2.5 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Barry A. Warsaw (bwarsaw) Assigned to: Nobody/Anonymous (nobody) Summary: Patch to implement PEP 351 Initial Comment: PEP 351 proposes the freeze protocol. Here is a patch that implements the proposed builtin, as well as __freeze__() methods for lists and sets. Dictionaries are not yet implemented. Unit tests and documentation are also necessary. ---------------------------------------------------------------------- >Comment By: Barry A. Warsaw (bwarsaw) Date: 2007-03-06 09:50 Message: Logged In: YES user_id=12800 Originator: YES The PEP was rejected, so this patch is closed. ---------------------------------------------------------------------- Comment By: Žiga Seilnacht (zseil) Date: 2007-03-06 08:06 Message: Logged In: YES user_id=1326842 Originator: NO Can this patch be closed? The PEP was rejected. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1335812&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
