better character escapes in C code: oct works better than hex, escape line ending...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 10 Aug 2008 18:31:04 +0000 (20:31 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 10 Aug 2008 18:31:04 +0000 (20:31 +0200)
commitfcdc2a7217cab02148f9f92b11f189079936314f
tree48ba5485deae28c250c5c3c8ed51856e77501722
parente12eddfee7431cea28dc2a3cc38bec7a6b62b0d6
better character escapes in C code: oct works better than hex, escape line ending characters
Cython/Utils.py