]> granicus.if.org Git - python/commit
get rid of some more PyString uses.
authorGuido van Rossum <guido@python.org>
Wed, 10 Oct 2007 21:38:59 +0000 (21:38 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 10 Oct 2007 21:38:59 +0000 (21:38 +0000)
commitc5724deb1a1e68d5bdc43d474cf3544d42d87f0a
treee22087343f9df40c02cca5913778a327c8420c82
parentebe8f8a8ff52f4b32a13458a92c96e18299d5286
get rid of some more PyString uses.
Only the filename is still a PyString now.
(We'll need to deal with the default filesystem encoding to do it right.)
Python/pythonrun.c