diff options
| author | scoder <none@none> | 2008-05-20 00:01:07 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2008-05-20 00:01:07 +0200 |
| commit | 247c8fc1801a180370281530892af468b3aa2ca9 (patch) | |
| tree | 76d1b107140da014b70125820174ad721afddd70 /src/lxml/python.pxd | |
| parent | 27c59159b403d903472fade119f597ff61f08821 (diff) | |
| download | python-lxml-247c8fc1801a180370281530892af468b3aa2ca9.tar.gz | |
[svn r3684] r4230@delle: sbehnel | 2008-05-19 09:35:46 +0200
let funicode() always return unicode strings in Py3
--HG--
branch : trunk
Diffstat (limited to 'src/lxml/python.pxd')
| -rw-r--r-- | src/lxml/python.pxd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd index acbfb1b0..51f3c4c4 100644 --- a/src/lxml/python.pxd +++ b/src/lxml/python.pxd @@ -122,3 +122,4 @@ cdef extern from "etree_defs.h": # redefines some functions as macros cdef bint _isString(object obj) cdef char* _fqtypename(object t) cdef object PY_NEW(object t) + cdef bint IS_PYTHON3 |
