[Patches] [ python-Patches-1601678 ] sys.intern()

SourceForge.net noreply at sourceforge.net
Tue Dec 19 20:26:55 CET 2006


Patches item #1601678, was opened at 2006-11-23 06:10
Message generated for change (Comment added) made by gvanrossum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1601678&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: Library (Lib)
Group: Python 3000
Status: Open
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Georg Brandl (gbrandl)
Assigned to: Guido van Rossum (gvanrossum)
Summary: sys.intern()

Initial Comment:
This patch moves id() and intern() into the sys module, as listed in PEP 3100.

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2006-12-19 14:26

Message:
Logged In: YES 
user_id=6380
Originator: NO

Looks good, check it in (and update PEP 3100 please).

Were there no other places where intern() is actually *used* in the
stdlib? Amazing!

Can I convince you to also contribute a fixer for the sandbox/2to3
refactoring tool?

----------------------------------------------------------------------

Comment By: Georg Brandl (gbrandl)
Date: 2006-12-19 13:55

Message:
Logged In: YES 
user_id=849994
Originator: YES

Updated patch only moves intern(), as per python-3000 discussion.
File Added: sys-intern.diff

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2006-11-23 11:43

Message:
Logged In: YES 
user_id=6380
Originator: NO

Aargh. I need to think more about whether I even want this. Doesn't PEP
3100 have a ? near that item? Everything with a ? needs to be reconsidered
before implemented. Add a ? if it's not already there for this issue.
Sorry.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1601678&group_id=5470


More information about the Patches mailing list