diff options
| author | Marko Kreen | 2008-02-28 10:03:38 +0000 |
|---|---|---|
| committer | Marko Kreen | 2008-02-28 10:03:38 +0000 |
| commit | 57d3476d32d57fe33bdad9df8bd6ca602d0dfd76 (patch) | |
| tree | d1ed9705866185fbb659dd6e40c7ddfbff4158f1 /python | |
| parent | 64cf02fe503d4169181bb971828c10ccbb2f6780 (diff) | |
add comment
Diffstat (limited to 'python')
| -rw-r--r-- | python/modules/cquoting.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/modules/cquoting.c b/python/modules/cquoting.c index 7d22e1ec..ff06972b 100644 --- a/python/modules/cquoting.c +++ b/python/modules/cquoting.c @@ -1,3 +1,6 @@ +/* + * Fast quoting functions for Python. + */ #define PY_SSIZE_T_CLEAN #include <Python.h> |
