]> granicus.if.org Git - python/commit
Marc-Andre Lemburg <mal@lemburg.com>:
authorMarc-André Lemburg <mal@egenix.com>
Thu, 8 Jun 2000 17:54:00 +0000 (17:54 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Thu, 8 Jun 2000 17:54:00 +0000 (17:54 +0000)
commitd4ab4a5905d238c27b6d93823f1959c69c6e15c6
tree9af69ffad247341206ab4c4afbc9dac885b54047
parentbfa36f5407e40c8c02c62855936bb41fea67e675
Marc-Andre Lemburg <mal@lemburg.com>:
Fixed %c formatting to check for one character arguments. Thanks
to Finn Bock for finding this bug.

Added a fix for bug PR#348 which originated from not resetting
the globals correctly in _PyUnicode_Fini().
Objects/unicodeobject.c