]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed "u#" parser marker to pass through Unicode objects as-is without
authorMarc-André Lemburg <mal@egenix.com>
Wed, 9 Jan 2002 16:21:27 +0000 (16:21 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Wed, 9 Jan 2002 16:21:27 +0000 (16:21 +0000)
commit3e3eacb5fc886008fe15fdf331bb606070411d1c
tree52b3c21d1d3a56aec15b984c12fb37a3e7f4cf01
parente0b1e6af5800368c83e780ce5e29d906fe7b9ae6
Fixed "u#" parser marker to pass through Unicode objects as-is without
going through the buffer interface API.

Added tests for this to the _testcapi module and updated docs.
Doc/ext/extending.tex
Misc/NEWS
Modules/_testcapimodule.c
Python/getargs.c