]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert r56044 (which changed the %c format specifier to accept a
authorWalter Dörwald <walter@livinglogic.de>
Sun, 1 Jul 2007 21:58:22 +0000 (21:58 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sun, 1 Jul 2007 21:58:22 +0000 (21:58 +0000)
commitd09413012cb6b03fdae1439eaacc6076ce09f7b7
treefb5203b5a4042d60042c89ce8a5c88e19daceb42
parent8934fc26c17f6a24d3643e1d4cce6e7ec341e92f
Revert r56044 (which changed the %c format specifier to accept a
unicode char into an int variable) and add %C which does this.
Modules/arraymodule.c
Modules/datetimemodule.c
Python/getargs.c
Python/modsupport.c