diff options
author | Marc-André Lemburg <mal@egenix.com> | 2002-01-09 16:21:27 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2002-01-09 16:21:27 (GMT) |
commit | 3e3eacb5fc886008fe15fdf331bb606070411d1c (patch) | |
tree | 52b3c21d1d3a56aec15b984c12fb37a3e7f4cf01 /Misc | |
parent | e0b1e6af5800368c83e780ce5e29d906fe7b9ae6 (diff) | |
download | cpython-3e3eacb5fc886008fe15fdf331bb606070411d1c.zip cpython-3e3eacb5fc886008fe15fdf331bb606070411d1c.tar.gz cpython-3e3eacb5fc886008fe15fdf331bb606070411d1c.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ Build C API +- The "u#" parser marker will now pass through Unicode object as-is + without going through the buffer API. + - The enumerators of cmp_op have been renamed to use the prefix PyCmp_. - An old #define of ANY as void has been removed from pyport.h. This |