Commit 362fd6a0 authored by scoder's avatar scoder Committed by GitHub

Add "Py_PRINT_RAW" flag value.

parent d85e3d0c
......@@ -53,3 +53,5 @@ cdef extern from "Python.h":
int PyFile_WriteString(const char *s, object p) except? -1
# Write string s to file object p. Return 0 on success or -1 on failure;
# the appropriate exception will be set.
enum: Py_PRINT_RAW
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment