]> granicus.if.org Git - python/commit
Change sys.intern() so that unicode strings can be
authorWalter Dörwald <walter@livinglogic.de>
Tue, 5 Jun 2007 20:22:04 +0000 (20:22 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 5 Jun 2007 20:22:04 +0000 (20:22 +0000)
commit2a0c081470cc652c35d3bf60f77734d407832136
treeafb0545d68679c9c3f96840f8ccbbe2b3142dda8
parent360b01a6630e0d129ef0f00ddae1a9d054f9d8d5
Change sys.intern() so that unicode strings can be
interned too. Add a test for this.
Lib/test/test_sys.py
Python/sysmodule.c