]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1601678: move intern() to sys.intern().
authorGeorg Brandl <georg@python.org>
Tue, 19 Dec 2006 20:50:34 +0000 (20:50 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 19 Dec 2006 20:50:34 +0000 (20:50 +0000)
commit66a796e5ab8dd7bfc1fe05a830feb05acdab6f53
tree5ce191f813c475bf54c6ab40ecaebb820327a213
parent376446dd4e30006c4d4ad09b4cbda8b07e9ce23a
Patch #1601678: move intern() to sys.intern().
12 files changed:
Doc/lib/libfuncs.tex
Doc/lib/libsys.tex
Doc/tut/tut.tex
Include/stringobject.h
Lib/test/test_builtin.py
Lib/test/test_sys.py
Misc/NEWS
Misc/python-mode.el
Python/bltinmodule.c
Python/sysmodule.c
Tools/pybench/Strings.py
Tools/scripts/fixdiv.py