This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anthonybaxter
Recipients
Date 2007-05-31.06:29:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch moves intern() to sys.intern(). intern() will still work - it optionally issues a warning (based on the 3.x compat flag) then calls across to sys.intern()
History
Date User Action Args
2007-08-23 15:58:37adminlinkissue1728741 messages
2007-08-23 15:58:37admincreate