]> granicus.if.org Git - python/commit
Use 'S' format character for the optional constructor argument, so we
authorGuido van Rossum <guido@python.org>
Fri, 24 Jul 1998 19:53:54 +0000 (19:53 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Jul 1998 19:53:54 +0000 (19:53 +0000)
commit2a502d8304cdb92109a35ad32a3bfa4fe246d84f
tree826d79fe4d6ecd33bab1251bfba0f04f4a7f6bcb
parentd540509682717e1a10baec2d7c678fe89b146732
Use 'S' format character for the optional constructor argument, so we
get a decent error message when it's not a string (instead of
confusing errors when trying to use the thing).
Modules/cStringIO.c