]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix PyString_Format so that the "%s" format works again when Unicode is not
authorGeorg Brandl <georg@python.org>
Sat, 1 Oct 2005 17:06:00 +0000 (17:06 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 1 Oct 2005 17:06:00 +0000 (17:06 +0000)
commitd45014b236f5a8707c104bb5b47bbb006e3bd4f3
tree9e41632a3c326f4c72dec845bb6d4ceb1f0697eb
parent8b813db2ef90ae83c3c6dcaa7ac3122290c9faf4
Fix PyString_Format so that the "%s" format works again when Unicode is not
enabled.
Objects/stringobject.c